mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
9 lines
No EOL
104 B
Go
9 lines
No EOL
104 B
Go
// +build ignore
|
|
|
|
package main
|
|
|
|
import "github.com/99designs/gqlgen/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |