No need for hack with gonuts/commander anymore.

This commit is contained in:
Andrey Smirnov
2014-01-16 18:57:51 +04:00
parent 7adc065bb8
commit 326d589f56
-2
View File
@@ -21,8 +21,6 @@ all: test check
prepare: $(PREPARE_LIST)
go get -d -v ./...
go get launchpad.net/gocheck
# temporary fix: use commander develop version for now (https://github.com/smira/aptly/pull/1)
cd $(SRCPATH)/github.com/gonuts/commander && git fetch && git checkout develop
cover-prepare:
go get github.com/golang/lint/golint