stash/tools.go

7 lines
74 B
Go

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