diff options
Diffstat (limited to 'src/hub/prepare')
-rwxr-xr-x | src/hub/prepare | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hub/prepare b/src/hub/prepare new file mode 100755 index 0000000..31e0efc --- /dev/null +++ b/src/hub/prepare @@ -0,0 +1,5 @@ +#!/bin/sh +export GOPATH=$(pwd) +export PATH=$GOPATH/bin:$PATH +go get "github.com/coopernurse/gorp" +go get "github.com/mattn/go-sqlite3" |