mirror of https://github.com/stashapp/stash.git
9 lines
104 B
Go
9 lines
104 B
Go
|
// +build ignore
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "github.com/99designs/gqlgen/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|