8
internal/tools/tools.go
Normal file
8
internal/tools/tools.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/99designs/gqlgen"
|
||||
_ "github.com/99designs/gqlgen/graphql/introspection"
|
||||
)
|
||||
Reference in New Issue
Block a user