x/pkgsite: change GetNestedModules to return nested modules for series #41802
Labels
Milestone
Comments
@julieqiu I will work on this one. |
Thanks, @trongbq! |
Change https://golang.org/cl/260277 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, GetNestedModules figures out which nested modules to return using the module_path. However, this means that modules will not be returned when the major version is v2 or higher.
For example,
GetNestedModules(ctx, "golang.org/x/tools/v2")
will not returngolang.org/x/tools/gopls
and it should.The text was updated successfully, but these errors were encountered: