go-gettable

This commit is contained in:
Barak Michener 2014-08-15 17:49:09 -04:00
parent 6bb8ce5b93
commit 8f2919075a
4 changed files with 305 additions and 319 deletions

2
.gitignore vendored
View file

@ -1,6 +1,4 @@
*.swp
main
*.test
switchyard
switchyard.csv
!src/*

View file

@ -1,12 +0,0 @@
# Absolute path to this script. /home/user/bin/foo.sh
SCRIPT=$(readlink -f $0)
# Absolute path this script is in. /home/user/bin
SCRIPTPATH=`dirname $SCRIPT`
#export GOROOT=
export PATH="$PATH:/usr/local/go/bin"
export GOPATH=$SCRIPTPATH:$GOPATH
export GOOS="linux"
export GOARCH="amd64"
gocode close
gocode