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

package main

import "google.golang.org/appengine"

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