Change gopath to default to the new project folder

Moved from Code folder which is deprecated.
This commit is contained in:
Marty Oehme 2019-07-03 11:48:27 +02:00
parent b66747f9fd
commit 0187636e22

View File

@ -1,3 +1,3 @@
# //FIXME this needs to get the hell out of here -> put it in an env loading file
export GOPATH="$HOME/Code/go"
export GOPATH="$HOME/projects/gopath/"
export PATH="$PATH:$GOPATH/bin"