Change gopath to default to the new project folder
Moved from Code folder which is deprecated.
This commit is contained in:
parent
b66747f9fd
commit
0187636e22
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# //FIXME this needs to get the hell out of here -> put it in an env loading file
|
# //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"
|
export PATH="$PATH:$GOPATH/bin"
|
||||||
|
|
Loading…
Reference in a new issue