https://github.com/google/cayley
Raw File
Tip revision: 2085a16ba8fe53ee9d3f2e2b829e06313604f527 authored by Paul Severance on 06 February 2017, 13:18:10 UTC
add http interface documentation
Tip revision: 2085a16
main.go
// +build appenginevm
package main

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

import "google.golang.org/appengine"

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