Initial Commit

This commit is contained in:
Barak Michener 2014-06-20 18:21:47 -04:00
commit bbb0a2f580
126 changed files with 14189 additions and 0 deletions

9
activate.sh Normal file
View file

@ -0,0 +1,9 @@
# Absolute path this script is in. /home/user/bin
cd "`dirname '${BASH_SOURCE:-$0}'`"
SCRIPTPATH="`pwd`"
echo $dir
cd - > /dev/null
export GOPATH=$SCRIPTPATH
#export GOOS="linux"
#export GOARCH="amd64"