3 lines
56 B
Bash
3 lines
56 B
Bash
|
export GOROOT="/opt/go"
|
||
|
export PATH="$PATH:$GOROOT/bin"
|