Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tompston committed Feb 21, 2022
1 parent 4f0d7ef commit 8c5c551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ https://go.dev/doc/modules/publishing

go mod tidy
git add .
git commit -m "changes for v0.0.3 - shortened the response package import name in the controllers to be more elegant + added comment that indicates where the ORM / SQL queries go"
git tag v0.0.3
git push origin v0.0.3
GOPROXY=proxy.golang.org go list -m github.com/tompston/[email protected].3
git commit -m "v0.0.6"
git tag v0.0.6
git push origin v0.0.6
GOPROXY=proxy.golang.org go list -m github.com/tompston/[email protected].6


{{- if ( eq .ProjectInfo.Framework "fiber") }}
Expand Down

0 comments on commit 8c5c551

Please sign in to comment.