Add raft and gorilla mux to the build script

pull/17/head
Paul Dix 2013-10-08 17:33:35 -04:00
parent 2a03acf57b
commit 7bbcf3aa66
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
. ./exports.sh
go get code.google.com/p/goprotobuf/proto
go get github.com/goraft/raft
go get github.com/gorilla/mux
echo "packages: go build $packages"