Files
genqlient/main.go
T
2020-02-06 18:52:00 -08:00

11 lines
164 B
Go

// 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()
}