Comment by Yasuraka
2 months ago
> NPM, Python, Rust, Go, Ruby all suffer from this problem, because they have centralized and open package repositories
Can you point me to Go's centralized package repository?
2 months ago
> NPM, Python, Rust, Go, Ruby all suffer from this problem, because they have centralized and open package repositories
Can you point me to Go's centralized package repository?
https://pkg.go.dev/
Which works together with
https://proxy.golang.org/
That's a doc site and a pull-through cache, neither is a package repository
https://github.com/
git isn't centralized nor a package repository
For what it's worth, our code is on GitLab
Github is a centralized repository where the overwhelming majority of Go libraries are hosted.
11 replies →