Linux ### go 环境 linux tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz go env -w GO111MODULE=on # 添加到环境变量 vi /etc/profile # 在/etc/profile最后一行添加 exp