hetty/tools.go
2022-01-21 11:45:54 +01:00

9 lines
121 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/matryer/moq"
)