Files
stash-box/tools.go
2024-02-15 21:50:07 +01:00

11 lines
182 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
_ "github.com/vektah/dataloaden"
)