@@ -0,0 +1,6 @@
+#!/bin/bash
+rm -rf go staticmd
+export GOPATH=$(pwd)/go
+go get &> /dev/null
+go get -u all &> /dev/null
+go build