1885: First commit of most complete keep proxy, no tests yet. Removed build.sh
[arvados.git] / services / keep / go.sh
diff --git a/services/keep/go.sh b/services/keep/go.sh
new file mode 100755 (executable)
index 0000000..fa6b5f6
--- /dev/null
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+rootdir=$(dirname $0)
+GOPATH=$rootdir:$rootdir/../../sdk/go:$GOPATH
+export GOPATH
+
+mkdir -p pkg
+mkdir -p bin
+
+go get github.com/gorilla/mux
+
+go $*