https://github.com/google/cayley
Raw File
Tip revision: 41efe679dd4b328995f5258e1d795171878ce09b authored by Iddan Aaronsohn on 15 September 2019, 20:16:21 UTC
fixed integrations test
Tip revision: 41efe67
main.go
// +build appenginevm

package main

//go:generate ./sync-assets.sh

import "google.golang.org/appengine"

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