export GOROOT=/opt/go export GOPATH=/opt/gopath export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
# Enable the go modules feature export GO111MODULE=on # Set the GOPROXY environment variable export GOPROXY=https://goproxy.io

export GOROOT=/opt/go export GOPATH=/opt/gopath export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
# Enable the go modules feature export GO111MODULE=on # Set the GOPROXY environment variable export GOPROXY=https://goproxy.io