stash/tools.go

8 lines
75 B
Go

// +build tools
package main
import (
_ "github.com/99designs/gqlgen"
)