https://github.com/google/cayley
Raw File
Tip revision: e03ee2c95bf1035309df609c01aaee91f8150fb1 authored by Christian Stewart on 17 June 2021, 02:11:03 UTC
refactor: return errors from ValueOf, NameOf, QuadDirection
Tip revision: e03ee2c
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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