https://github.com/google/cayley
Raw File
Tip revision: 50a60a8a944b059a61a858b22858b3e049246076 authored by Christian Banse on 18 May 2021, 19:40:26 UTC
Add a check to skip non-JSON files in the test-cases directory
Tip revision: 50a60a8
main.go
// +build appenginevm

package main

import "google.golang.org/appengine"

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