This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/lang/go

6 lines
127 B
Plaintext

# GoLang
export GOROOT=/opt/go/bin
export PATH=$GOROOT/bin:$PATH
export GOPATH=/opt/go/workspace
export PATH=$GOPATH/bin:$PATH