hetty/tools.go

10 lines
121 B
Go
Raw Normal View History

2022-01-21 10:45:54 +00:00
//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/matryer/moq"
)