4 lines
144 B
Bash
4 lines
144 B
Bash
|
# //FIXME this needs to get the hell out of here -> put it in an env loading file
|
||
|
export GOPATH="$HOME/Code/go"
|
||
|
export PATH="$PATH:$GOPATH/bin"
|