corrected gopath

pull/1/merge
Adam Veldhousen 2015-01-08 14:02:11 -06:00
parent 289b9c7665
commit c5a7d30f04
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
if [ -d "C:/Windows" ]; then
export WINDOWS="TRUE"
export GOPATH="/d:/Projects/Languages/Go"
export GOROOT="/D/Programs/Go"
export GOPATH="D:/Projects/Programming/Go"
export GOROOT="D:/Programs/Go"
else
export GOPATH="$HOME/../Projects/go"
export GOROOT="/usr/local/go"