Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 24, 2020
1 parent d8c42f6 commit 109830a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ copier:
fmt:
find . -name '*.go' -exec gofmt -w -s {} \;

upload-linux:
gothub upload -R -u $(USER_GH) -r "$(packagename)" -t $(VERSION) -l `sha256sum ` -n "$(packagename)" -f "$(packagename)"

0 comments on commit 109830a

Please sign in to comment.