Skip to content

Commit

Permalink
use @
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Apr 4, 2017
1 parent 99dac67 commit a5f60f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint: devel-deps

testconvention:
prove -r t/
go generate ./... && git diff --exit-code || (echo 'please `go generate ./...` and commit them' && false)
@go generate ./... && git diff --exit-code || (echo 'please `go generate ./...` and commit them' && false)

cover: devel-deps
gotestcover -v -short -covermode=count -coverprofile=.profile.cov -parallelpackages=4 ./...
Expand Down

0 comments on commit a5f60f3

Please sign in to comment.