摘要: 一、centos7安装golang环境 # 安装wget yum install -y wget # 下载 wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz # 解压压缩包到/usr/local目录 tar -C /usr/local - 阅读全文
posted @ 2021-08-14 22:07 taotaozh 阅读(540) 评论(0) 推荐(0)