~sircmpwn/gddo#56: 
List nested modules in directories

For example, golang.org/x/tools should list the nested module golang.org/x/tools/gopls.

Status
RESOLVED WONT_FIX
Submitter
~adnano
Assigned to
No-one
Submitted
1 year, 4 months ago
Updated
1 year, 4 months ago
Labels
No labels applied.

~adnano REPORTED WONT_FIX 1 year, 4 months ago

On second thought, I don't think we should do this. The documentation for a module is guaranteed to stay the same, which allows us to cache package documentation pages. Adding nested modules to the list of directories breaks this, as they might not be added to the database until later. Nested modules seem rare enough that this probably is not so important to implement.

Register here or Log in to comment, or comment via email.