5 lines
127 B
Text
5 lines
127 B
Text
# GoLang
|
|
export GOROOT=/opt/go/bin
|
|
export PATH=$GOROOT/bin:$PATH
|
|
export GOPATH=/opt/go/workspace
|
|
export PATH=$GOPATH/bin:$PATH
|