https://github.com/google/cayley
Raw File
Tip revision: f89e1268e80c583ff970b2a0b2e1a03177438576 authored by Iddan Aaronsohn on 28 March 2020, 21:10:10 UTC
Use PropertyPath everywhere it should be
Tip revision: f89e126
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

func main() {
	appengine.Main()
}
back to top