会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
温故而知新 可以为师矣
Done is better than perfect. Code wins arguments. Move fast and break things. Stay focused and keep shipping.
博客园
首页
新随笔
联系
订阅
管理
2020年1月29日
解决go mod同步包失败的问题
摘要: go mod同步包,很多时候会用到github和golang的包,在国内会被墙掉,这个时候,golang提供了goproxy来解决这个问题。 使用环境变量解决 $env:GO111MODULE="on" $env:GOPROXY="https://goproxy.io" 如果使用goland 可以在
阅读全文
posted @ 2020-01-29 23:42 小魂师
阅读(2609)
评论(0)
推荐(0)
编辑
公告