Skip to content

Commit

Permalink
fix: run make mock to re-generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
cukhoaimon committed Feb 1, 2024
1 parent 3e0ff9d commit 9268412
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ migrate-up1:
migrate-down1:
migrate -path db/migration -database "postgresql://root:secret@localhost:5432/simple_bank?sslmode=disable" -verbose down 1



sqlc:
sqlc generate

Expand Down
30 changes: 30 additions & 0 deletions db/mock/store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9268412

Please sign in to comment.