updated paths for go again

pull/1/merge
Adam Veldhousen 2014-12-22 10:37:35 -06:00
parent 7384f3f90f
commit 7855a28c5f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ else
export GOROOT="/usr/local/go" export GOROOT="/usr/local/go"
fi fi
PATH=${PATH}:${GOPATH}/bin export GOBIN=${GOPATH}/bin
PATH=${PATH}:${GOBIN}
# see environ manfile # see environ manfile
export EDITOR=vim # Default Editor export EDITOR=vim # Default Editor