File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 * | MadDogOwner <xiaoran@xrgzs.top>
2828 * | sanchuanhehe <wyihe5520@gmail.com>
2929 * | Mikachu2333 <mikachu.23333@zohomail.com>
30+ * | Rui Yang <techoc@foxmail.com>
3031 * |
3132 * Created On : <2023-08-28>
3233 * Last Modified : <2025-07-12>
Original file line number Diff line number Diff line change 33 * -------------------------------------------------------------
44 * File Authors : Aoran Zeng <ccmywish@qq.com>
55 * Contributors : czyt <czyt.go@gmail.com>
6+ * | Rui Yang <techoc@foxmail.com>
67 * |
78 * Created On : <2023-08-30>
89 * Major Revision : 1
9- * Last Modified : <2025-07-11 >
10+ * Last Modified : <2025-07-12 >
1011 * ------------------------------------------------------------*/
1112
1213static SourceProvider_t pl_go_upstream =
@@ -39,7 +40,8 @@ static Source_t pl_go_sources[] =
3940 {& pl_go_upstream , "https://proxy.golang.org" , NULL },
4041 {& GoProxyCN , "https://goproxy.cn" , DelegateToMirror },
4142 {& Ali , "https://mirrors.aliyun.com/goproxy/" , NULL },
42- {& Huawei , "https://mirrors.huaweicloud.com/goproxy/" , NULL },
43+ // 注释华为镜像源 详见 https://github.com/RubyMetric/chsrc/issues/227
44+ // {&Huawei, "https://mirrors.huaweicloud.com/goproxy/", NULL},
4345 {& GoProxyIO , "https://goproxy.io" , DelegateToMirror }
4446};
4547def_sources_n (pl_go );
You can’t perform that action at this time.
0 commit comments