matrix-veles/tools.go

8 lines
92 B
Go

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