我是靠谱客的博主 开朗过客,最近开发中收集的这篇文章主要介绍go1.17 设置代理,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  • 阿里云
    配置如下:

export GOPROXY=https://mirrors.aliyun.com/goproxy/
  • nexus社区提供的
    配置如下:

export GOPROXY=https://gonexus.dev
  • goproxy.io 的
    配置如下:

export GOPROXY=https://goproxy.io/
  • 基于athens的公共服务
    配置如下:

export GOPROXY=https://athens.azurefd.net

  • 官方提供的(jfrog,golang)

export GOPROXY=https://gocenter.io
export GOPROXY=https://proxy.golang.org

  • 七牛云赞助支持的

export GOPROXY=https://goproxy.cn


最后

以上就是开朗过客为你收集整理的go1.17 设置代理的全部内容,希望文章能够帮你解决go1.17 设置代理所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(458)

评论列表共有 0 条评论

立即
投稿
返回
顶部