x/pkgsite: Confusing search results #41294
Closed
Labels
Milestone
Comments
The reason go.opentelemetry.io/contrib/instrumentation/net/http is not listed there is because it is a nested module. We plan to address nested modules in the upcoming round of design changes. Duplicate of #38596 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the following search on
go.dev
and got the following results.If I add a
\
at the end of the package I am searching, I get the results I need.The problem was I was looking for this package
https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/net/http
But when I look at this
https://pkg.go.dev/go.opentelemetry.io/contrib
I don't see any of those subdirectories.
The text was updated successfully, but these errors were encountered: