wget https://studygolang.com/dl/golang/go1.13.4.linux-amd64.tar.gz tar -zxvf go1.13.4.linux-amd64.tar.gz vim /etc/profile source /etc/profile
profile文件新加入如下內容
export GOROOT=/opt/go
export PATH=$PATH:$GOROOT/bin