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