Added coreutils to make tools
This commit is contained in:
parent
37899bc2c5
commit
a747affc61
3
makefile
3
makefile
@ -40,6 +40,9 @@ test:
|
|||||||
bench:
|
bench:
|
||||||
$(GOTEST) -bench .
|
$(GOTEST) -bench .
|
||||||
tools:
|
tools:
|
||||||
|
ifeq ($(OSNAME),OSX)
|
||||||
|
brew install coreutils
|
||||||
|
endif
|
||||||
go get -u golang.org/x/tools/cmd/goimports
|
go get -u golang.org/x/tools/cmd/goimports
|
||||||
go get -u github.com/aerogo/pack
|
go get -u github.com/aerogo/pack
|
||||||
go get -u github.com/aerogo/run
|
go get -u github.com/aerogo/run
|
||||||
|
Loading…
Reference in New Issue
Block a user