Skip to content

Commit

Permalink
Tiny changed in ./goclean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Apr 14, 2015
1 parent fc5abbb commit cfc9e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goclean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
set -e

# Automatic checks
test -z "$(gofmt -l -w . | tee /dev/stderr)"
test -z "$(goimports -l -w . | tee /dev/stderr)"
test -z "$(golint . | tee /dev/stderr)"
test -z "$(gofmt -l -w ./ | tee /dev/stderr)"
test -z "$(goimports -l -w ./ | tee /dev/stderr)"
test -z "$(golint ./... | tee /dev/stderr)"
go vet ./...
go test -race ./...

Expand Down

0 comments on commit cfc9e33

Please sign in to comment.