Missing tools in makefile (#3205)

pull/3212/head
Maciej Stępyra 2017-06-29 13:55:01 +03:00 committed by Frank Schröder
parent c42c1cf354
commit b775a85624
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ GOTOOLS = \
github.com/jteeuwen/go-bindata/... \
github.com/mitchellh/gox \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/stringer
golang.org/x/tools/cmd/stringer \
github.com/axw/gocov/gocov \
gopkg.in/matm/v1/gocov-html
GOTAGS ?= consul
GOFILES ?= $(shell go list ./... | grep -v /vendor/)
GOOS=$(shell go env GOOS)