Skip to content

Commit

Permalink
go vet is embedded in Go after v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hemendra619 authored and shuLhan committed Sep 9, 2017
1 parent 468373d commit db443d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testdata/Makefile
@@ -1,7 +1,7 @@
FILES:=$(wildcard out/*.go)

.PHONY: check
check: errcheck vet golint $(FILES:.go=.checked)
check: errcheck golint $(FILES:.go=.checked)

out/%.checked: out/%.go
errcheck $<
Expand Down Expand Up @@ -30,8 +30,5 @@ out/nocompress-nomemcopy.go: $(wildcard in/**/*) $(GOPATH)/bin/go-bindata
errcheck:
go get github.com/kisielk/errcheck

vet:
go get golang.org/x/tools/cmd/vet

golint:
go get github.com/golang/lint/golint

0 comments on commit db443d7

Please sign in to comment.