Closed
Description
Example project where I notice this (inconsistent?) behavior: https://pkg.go.dev/github.com/thediveo/lxkns#section-directories
- there is a top-level
internal
directories node rendered at the end of the directories list. - there is no
cmd/internal
directory rendered for the package in the repository: https://github.com/thediveo/lxkns/tree/master/cmd/internal
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
Screenshot
What did you do?
Navigate to https://pkg.go.dev/github.com/thediveo/lxkns#section-directories
What did you expect to see?
The cmd
directory node to contain a sub node named internal
.
What did you see instead?
No such sub node named internal
inside cmd
, while there correctly is a top-level internal
node.