Setup should download packages for test

This commit is contained in:
Jakob Borg 2014-07-31 15:25:44 +02:00
parent 32da1c8d58
commit d425794665
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ setup() {
go get -v -u code.google.com/p/go.tools/cmd/vet
go get -v -u github.com/mattn/goveralls
go get -v -u github.com/tools/godep
go get -v -t ./...
}
xdr() {