Skip to content

Commit

Permalink
apply gofmt on ./.circleci/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Nov 13, 2018
1 parent c656dc3 commit ac2574d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -eu

echo "### go code formatting"
go fmt ./...

echo "### go generating"
go generate ./...

Expand Down

0 comments on commit ac2574d

Please sign in to comment.