aboutcode-org / aboutcode-org/purldb
Support go get/go import redirects
未关闭
- 主要语言
- HTML
- 星标
- 67
- 派生
- 69
- 平均合并
- 8 天 8 小时
- 30 天内合并 PR
- 1
描述
For instance: `golang.org/x/text` is effectively from a git repo at git https://go.googlesource.com/text
The URL at https://golang.org/x/text serves this:
```HTML
The Go Programming Language
Redirecting to documentation...
```
And `go.roman.zone/go-get-redirect` is serving this redirect:
```HTML
See https://pkg.go.dev/go.roman.zone/go-get-redirect for documentation.
window.location = "https://pkg.go.dev/go.roman.zone/go-get-redirect"
```
See also:
- https://github.com/bombsimon/meta-go-imports
- https://pkg.go.dev/cmd/go#hdr-Remote_import_paths
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。