diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-06 15:33:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-06 15:33:47 +0530 |
commit | 9e4f86953d7a39e4d32801a328c1f8424ca6c969 (patch) | |
tree | ec6ac6cf11b3678f8dc68cacad12ed2f81cbe719 /db | |
parent | 459f114783b9e37f8c44d39802f01976b0129e7b (diff) |
db/gen: init
Diffstat (limited to 'db')
-rw-r--r-- | db/gen.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/gen.go b/db/gen.go new file mode 100644 index 0000000..fd5f4d3 --- /dev/null +++ b/db/gen.go @@ -0,0 +1,3 @@ +package db + +//go:generate go run github.com/sqlc-dev/sqlc/cmd/sqlc@latest generate |