https://github.com/google/cayley
Raw File
Tip revision: bf060eb7ae1160b32202e5405a158ccbc5f1fde1 authored by Denys Smirnov on 11 December 2019, 22:11:52 UTC
add integration point for full text search
Tip revision: bf060eb
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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