git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/main.go (about)

     1  package main
     2  
     3  import (
     4  	"git.sr.ht/~sircmpwn/gqlgen/cmd"
     5  )
     6  
     7  func main() {
     8  	cmd.Execute()
     9  }