blog/backend/tools.go
SquidSpirit a9081734b3
All checks were successful
Frontend CI / build (push) Successful in 1m30s
BLOG-43 init: go gqlgen setup
2025-03-13 23:42:36 +08:00

9 lines
132 B
Go

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