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