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