aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tools.go')
-rw-r--r--backend/tools.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/tools.go b/backend/tools.go
new file mode 100644
index 0000000..7e7d6a6
--- /dev/null
+++ b/backend/tools.go
@@ -0,0 +1,7 @@
+//go:build tools
+
+package tools
+
+import (
+ _ "github.com/sqlc-dev/sqlc/cmd/sqlc"
+)