Add tools/cmd/cover to GOTOOLS

This commit is contained in:
Sean Chittenden 2016-05-07 13:02:12 -07:00
parent e59509227c
commit 3fc714b9b6

View File

@ -1,5 +1,9 @@
GOTOOLS = github.com/mitchellh/gox golang.org/x/tools/cmd/stringer \ GOTOOLS = \
github.com/jteeuwen/go-bindata/... github.com/elazarl/go-bindata-assetfs/... github.com/elazarl/go-bindata-assetfs/... \
github.com/jteeuwen/go-bindata/... \
github.com/mitchellh/gox \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/stringer
PACKAGES=$(shell go list ./... | grep -v '^github.com/hashicorp/consul/vendor/') PACKAGES=$(shell go list ./... | grep -v '^github.com/hashicorp/consul/vendor/')
VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \ VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \
-nilfunc -printf -rangeloops -shift -structtags -unsafeptr -nilfunc -printf -rangeloops -shift -structtags -unsafeptr