stash/scripts/gqlgen.go

9 lines
104 B
Go
Raw Normal View History

2019-02-09 12:30:49 +00:00
// +build ignore
package main
import "github.com/99designs/gqlgen/cmd"
func main() {
cmd.Execute()
}