We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468373d commit db443d7Copy full SHA for db443d7
testdata/Makefile
@@ -1,7 +1,7 @@
1
FILES:=$(wildcard out/*.go)
2
3
.PHONY: check
4
-check: errcheck vet golint $(FILES:.go=.checked)
+check: errcheck golint $(FILES:.go=.checked)
5
6
out/%.checked: out/%.go
7
errcheck $<
@@ -30,8 +30,5 @@ out/nocompress-nomemcopy.go: $(wildcard in/**/*) $(GOPATH)/bin/go-bindata
30
errcheck:
31
go get github.com/kisielk/errcheck
32
33
-vet:
34
- go get golang.org/x/tools/cmd/vet
35
-
36
golint:
37
go get github.com/golang/lint/golint
0 commit comments