We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efc468 commit b471c08Copy full SHA for b471c08
1 file changed
Makefile
@@ -9,7 +9,7 @@ TAG = $(shell git describe --abbrev=0)
9
PKGS = $(shell go list ./... | grep -v /vendor/)
10
11
gofmtcheck:
12
- go fmt $(PKGS) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
+ @go fmt $(PKGS) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
13
14
deps:
15
go get github.com/tools/godep
0 commit comments