aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-09-08 17:19:20 -0400
committerSteve Moyer <smoyer1@selesy.com>2022-09-08 17:19:20 -0400
commit1dcdee49a84b9397ba12ac7dc8002b95f7fd26db (patch)
treedbd331d3f8d13156a5cf61552e9ec6981cb38dca /tools.go
parent2caade9374d95e62843a034398b35a8764c7775a (diff)
downloadgit-bug-1dcdee49a84b9397ba12ac7dc8002b95f7fd26db.tar.gz
fix: hide tools versioning behind build tags
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools.go b/tools.go
index c0fa34f4..a52fba0c 100644
--- a/tools.go
+++ b/tools.go
@@ -1,4 +1,6 @@
-package main
+//go:build tools
+
+package tools
import (
_ "github.com/99designs/gqlgen"