fix filenames, set up go generate

This commit is contained in:
Ben Kraft
2020-02-06 18:52:00 -08:00
parent b739b6ab5c
commit 0dcd124c8e
4 changed files with 10 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
// package main is at the root to allow "go run github.com/Khan/genql"
package main
import (
"github.com/Khan/genql/generate"
)
func main() {
generate.Main()
}