Skip to content

Commit

Permalink
Add tools/cmd/cover to GOTOOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
sean- committed May 7, 2016
1 parent e595092 commit 3fc714b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
GOTOOLS = github.com/mitchellh/gox golang.org/x/tools/cmd/stringer \
github.com/jteeuwen/go-bindata/... github.com/elazarl/go-bindata-assetfs/...
GOTOOLS = \
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/')
VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \
-nilfunc -printf -rangeloops -shift -structtags -unsafeptr
Expand Down

0 comments on commit 3fc714b

Please sign in to comment.