Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:02:21 +08:00
parent b8f847a9ce
commit 743380290e
68 changed files with 109 additions and 109 deletions

View File

@@ -9,7 +9,7 @@
* Last Modified : <2024-10-31>
* ------------------------------------------------------------*/
static MirrorSite
static MirrorSite_t
GoProxyCN = {
"goproxy.cn", "Goproxy.cn", "Goproxy.cn (七牛云)", "https://goproxy.cn/",
{NotSkip, NA, NA, "https://goproxy.cn/github.com/aws/aws-sdk-go/@v/v1.45.2.zip"} // 30 MB
@@ -25,7 +25,7 @@ GoProxyIO = {
* @update 2024-10-31
* @note 缺少教育网软件源
*/
static SourceInfo
static Source_t
pl_go_sources[] = {
{&UpstreamProvider, "https://proxy.golang.org"},
{&GoProxyCN, "https://goproxy.cn"},