解决 go get golang.org/x 包安装失败问题

 

.bashrc 加入如下配置,

# for golang tools 
export GOPROXY=https://goproxy.io
export GO111MODULE=on

 

详见网友博客:

https://shockerli.net/post/go-get-golang-org-x-solution/

 

(完)

posted @ 2021-01-09 21:23  Anonymous596  阅读(223)  评论(0)    收藏  举报