tools.go 🔗
@@ -1,4 +1,6 @@
-package main
+//go:build tools
+
+package tools
import (
_ "github.com/99designs/gqlgen"
Steve Moyer created
tools.go | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -1,4 +1,6 @@
-package main
+//go:build tools
+
+package tools
import (
_ "github.com/99designs/gqlgen"