From 7bbcf3aa66e562b35b95e574d00c427a5b2faeaa Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Tue, 8 Oct 2013 17:33:35 -0400 Subject: [PATCH] Add raft and gorilla mux to the build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 34ea0a865c..81b1cdb5d3 100755 --- a/build.sh +++ b/build.sh @@ -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"