https://github.com/google/cayley
Raw File
Tip revision: b4883c46706fd0e654f8b08f2ce0efe135561bec authored by Iddan Aaronsohn on 23 September 2019, 23:19:24 UTC
Update tests after a rebase
Tip revision: b4883c4
main.go
// +build appenginevm

package main

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

import "google.golang.org/appengine"

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