This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# GoLang
|
|
export GOROOT=/opt/go/bin
|
|
export PATH=$GOROOT/bin:$PATH
|
|
export GOPATH=/opt/go/workspace
|
|
export PATH=$GOPATH/bin:$PATH
|