tstor/tools.go
royalcat 93892a6f1d
All checks were successful
docker / build-docker (linux/arm64) (push) Successful in 1m48s
docker / build-docker (linux/amd64) (push) Successful in 1m54s
remove distribyted ui
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"
)