▲ | paulddraper 5 hours ago | |||||||
Go’s package repository is just GitHub. At the end of the day, it’s all a URL. You’re asking for a blessed set of URLs. You’d have to convince someone to spend time maintaining that. | ||||||||
▲ | mdaniel 5 hours ago | parent | next [-] | |||||||
As hair splitting, that's actually not true: Go's package manager is just version control of which GitHub is currently the most popular hosting. And it also allows redirecting to your own version control via `go mod edit -replace` which leaves the sourcecode reference to GitHub intact, but will install it from wherever you like | ||||||||
| ||||||||
▲ | Maskawanian 3 hours ago | parent | prev [-] | |||||||
Golang at least gives you the option to easily vendor-ize packages to your local repository. Given what has happened here, maybe we should start doing this more! | ||||||||
|