9 lines
132 B
Go
9 lines
132 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/99designs/gqlgen/graphql/introspection"
|
|
)
|