3 lines
85 B
Bash
3 lines
85 B
Bash
export GOROOT=$HOME/go
|
|
export GOPATH=$GOROOT/bin
|
|
export PATH=~/bin:$PATH:$GOROOT/bin
|