Added coreutils to make tools

This commit is contained in:
Eduard Urbach 2017-11-08 14:54:43 +01:00
parent 37899bc2c5
commit a747affc61

View File

@ -40,6 +40,9 @@ test:
bench:
$(GOTEST) -bench .
tools:
ifeq ($(OSNAME),OSX)
brew install coreutils
endif
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/aerogo/pack
go get -u github.com/aerogo/run