datarhei-dragonfork-core/http/graph/tools/tools.go

8 lines
77 B
Go
Raw Normal View History

2022-05-13 13:26:45 -04:00
//go:build tools
package tools
import (
_ "github.com/99designs/gqlgen"
)