mirror of https://github.com/stashapp/stash.git
7 lines
74 B
Go
7 lines
74 B
Go
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/99designs/gqlgen"
|
||
|
)
|