We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b471c08 commit a204770Copy full SHA for a204770
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