https://github.com/google/cayley
Raw File
Tip revision: e99f9cdb2cf661786c425c0e7c9813bd2012c8f9 authored by Denys Smirnov on 17 October 2019, 12:12:48 UTC
linkedql: add registration for query steps
Tip revision: e99f9cd
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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