https://github.com/google/cayley
Raw File
Tip revision: 947a79537b9b2325b6bae09580cb454fa1e36046 authored by Denys Smirnov on 23 September 2019, 01:55:00 UTC
query: expose query results as json-ld, if supported
Tip revision: 947a795
main.go
// +build appenginevm

package main

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

import "google.golang.org/appengine"

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