https://github.com/google/cayley
Raw File
Tip revision: 03997fca78b54f487608c951168e5fe91f1c2cf9 authored by Iddan Aaronsohn on 11 September 2019, 15:39:37 UTC
Removed debugging print
Tip revision: 03997fc
main.go
// +build appenginevm

package main

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

import "google.golang.org/appengine"

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