https://github.com/google/cayley
Raw File
Tip revision: 145feda1bac145a428a5b606a517a6f65f68aea8 authored by Denys Smirnov on 15 October 2019, 08:49:01 UTC
sql: remove legacy quadstore type
Tip revision: 145feda
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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