aboutcode-org / aboutcode-org/purldb

Support go get/go import redirects

Open
#510 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
67
Forks
69
Avg merge
8d 8h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.