https://github.com/google/cayley
Raw File
Tip revision: afe897edb705a6f8e034e95a7e1f8c1995a2164a authored by 3pCode on 08 January 2019, 14:47:49 UTC
Reuse existing test by modifying each test case to be able to specify a test file for the quads.
Tip revision: afe897e
main.go
// +build appenginevm

package main

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

import "google.golang.org/appengine"

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