https://github.com/google/cayley
Raw File
Tip revision: af71ccdd08318f229a9e0597d701fbfe2f79bb95 authored by Mikael Cabot on 27 September 2016, 13:29:36 UTC
wait for indices option
Tip revision: af71ccd
main.go
// +build appenginevm
package main

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

import "google.golang.org/appengine"

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