go 国内加速配置
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在国内go获取包的时候非常慢使用goproxy的代理速度会快很多。
1、Mac os linux 配置
vim .bash_profile #编辑输入下面两行
export GO111MODULE="on"
export GOPROXY="https://goproxy.io"
source .bash_profile
执行 go env 可看到设置的环境变量已生效。
Linux 可编辑 /etc/profile 文件
2、Windows 设置
cmd 命令行执行
$env:GO111MODULE="on"
$env:GOPROXY="https://goproxy.io"
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)