mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Missing tools in makefile (#3205)
This commit is contained in:
parent
c42c1cf354
commit
b775a85624
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user