get go packages with a single command

This commit is contained in:
Juuso Haavisto 2014-11-11 11:00:45 +02:00
parent 3a5d756c00
commit 675879b49b

View file

@ -42,13 +42,7 @@ $ transfer test.txt
npm install
bower install
go get github.com/PuerkitoBio/ghost/handlers
go get github.com/gorilla/mux
go get github.com/dutchcoders/go-clamd
go get github.com/goamz/goamz/s3
go get github.com/goamz/goamz/aws
go get github.com/golang/gddo/httputil/header
go get github.com/kennygrant/sanitize
cd transfersh-web && go get ./
grunt serve
grunt build