https://github.com/google/cayley
Raw File
Tip revision: 1e6056b8e81bbe22a05157242810766784b493cd authored by Denys Smirnov on 06 February 2018, 14:46:46 UTC
neo4j bolt protocol implementation
Tip revision: 1e6056b
main.go
// +build appenginevm

package main

//go:generate ./sync-assets.sh

import "google.golang.org/appengine"

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