https://github.com/google/cayley
Raw File
Tip revision: 224778565ecf364d592403729431f4194c6d36bb authored by Ke Zhu on 26 September 2019, 13:31:26 UTC
Adds required directory of HTTP API v1
Tip revision: 2247785
main.go
// +build appenginevm

package main

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

import "google.golang.org/appengine"

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