https://github.com/google/cayley
Raw File
Tip revision: feb157949db39a82f456987540ab53fc1d3a660c authored by Denys Smirnov on 15 December 2019, 12:08:08 UTC
inference: refactor the code
Tip revision: feb1579
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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