Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaksinghal committed Jan 30, 2025
1 parent 86f5f2c commit 6c05a6c
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,5 @@ build-postgres-local:

.PHONY: mod
mod:
cd types && go mod tidy
cd example && go mod tidy
go mod tidy
find . -name go.mod -execdir sh -c 'go mod tidy; go mod download' \;
go work sync
Loading

0 comments on commit 6c05a6c

Please sign in to comment.