https://github.com/google/cayley
Raw File
Tip revision: afd94a7908655faa8b79e32db671d5b9523f1935 authored by sah607 on 21 September 2017, 22:21:12 UTC
Merge branch 'master' of https://github.com/michaelqiu94/cayley
Tip revision: afd94a7
main.go
// +build appenginevm
package main

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

import "google.golang.org/appengine"

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