tstor/tools.go
2024-07-09 00:24:42 +03:00

8 lines
93 B
Go

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