g icon indicating copy to clipboard operation
g copied to clipboard

Golang Version Manager

Results 22 g issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** 增加 [ustc镜像](https://mirrors.ustc.edu.cn/golang/) 的 `Collector` **Describe alternatives you've considered** **Additional context**

enhancement

- [Fancyindex](https://github.com/aperezdc/ngx-fancyindex) 是 Nginx 的一个第三方模块,用来开启目录浏览功能,是 autoindex 模块的美化版。 - 美化前(使用 autoindex) - 美化后(使用 fancyindex) - 使用 Fancyindex 的镜像站点也不少,已知的包括:[阿里云](https://mirrors.aliyun.com/golang/)、[南京大学](https://mirrors.nju.edu.cn/golang/)、[华中科技大学](https://mirrors.hust.edu.cn/golang/)。现将原有的`aliyun`采集器改造为`fancyindex`采集器,用于统一处理针对这个类型的镜像站点的 go 版本信息采集。 - `G_MIRROR`环境变量支持新扩展写法 - 完整写法:`export G_MIRROR='采集器名|镜像站点URL'`,如`export G_MIRROR='fancyindex|https://mirrors.nju.edu.cn/golang/'`。 - 简写语法:`export G_MIRROR=镜像站点URL`,如`export G_MIRROR='https://mirrors.nju.edu.cn/golang/'`。注意:**简写写法仅针对已知并完成适配的镜像站点,而完整写法则可以针对已知或匹配采集器的未知镜像站点。** -...

enhancement