9 lines
142 B
Go
9 lines
142 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
//go:generate go run github.com/99designs/gqlgen
|
|
package tstor
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
)
|