This commit is contained in:
Tomas Dvorak
2026-03-13 14:34:19 +01:00
parent 84a8acf944
commit 30d70a6aeb
126 changed files with 27297 additions and 29069 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build tools
package tools
import (
_ "github.com/sqlc-dev/sqlc/cmd/sqlc"
)