Files
genqlient/main.go
T
2021-03-30 12:41:37 -07:00

11 lines
172 B
Go

// package main is at the root to allow "go run github.com/Khan/genqlient"
package main
import (
"github.com/Khan/genqlient/generate"
)
func main() {
generate.Main()
}