Initially using https://github.com/GoogleCloudPlatform/govanityurls.git we publish modules directly under go.opentelemetry.io but later because we found that we will have more repos we decided to use different paths to export different repositories
At the moment, we exclude packages based on having a shared path prefix, so removing go.opentelemetry.io would remove all packages with that prefix, including the ones in go.opentelemetry.io/otel.
We can work on a fix for this so that it is on a module level.
julieqiu
changed the title
go.dev: Help removing packages under go.opentelemetry.io
go.dev: support removing packages in top-level module, but not nested modules
May 19, 2020
julieqiu
changed the title
go.dev: support removing packages in top-level module, but not nested modules
go.dev: support removing packages in the top-level module, but not in nested modules
May 19, 2020
julieqiu
changed the title
go.dev: support removing packages in the top-level module, but not in nested modules
x/pkgsite: support removing packages in the top-level module, but not in nested modules
Jun 15, 2020
What is the URL of the page with the issue?
https://pkg.go.dev/mod/go.opentelemetry.io?tab=packages
What did you do?
Initially using https://github.com/GoogleCloudPlatform/govanityurls.git we publish modules directly under
go.opentelemetry.io
but later because we found that we will have more repos we decided to use different paths to export different repositoriesBefore we had (which we replaced 6 moths ago, and never used):
What did you expect to see?
I would expect all the old packages that we exported previously https://pkg.go.dev/mod/go.opentelemetry.io?tab=packages to be gone.
What did you see instead?
I would expect to have only packages under https://pkg.go.dev/mod/go.opentelemetry.io/otel?tab=packages
The text was updated successfully, but these errors were encountered: