https://github.com/google/cayley
Raw File
Tip revision: 66c5c58ee86e96051631fa8b33dc4ff2e596feb2 authored by Denys Smirnov on 30 December 2019, 09:59:38 UTC
linkedql: add FIXME comments due to ignored collation
Tip revision: 66c5c58
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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