mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
9 lines
104 B
Go
9 lines
104 B
Go
// +build ignore
|
|
|
|
package main
|
|
|
|
import "github.com/99designs/gqlgen/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |