https://github.com/google/cayley
Raw File
Tip revision: 984407ad1d510282169f089cd7705de4f79df811 authored by Denys Smirnov on 30 December 2019, 10:14:37 UTC
linkedql: refactor to avoid embedding unexported interfaces and named returns
Tip revision: 984407a
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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