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