Skip to content

x/pkgsite: std's reflect expands with zero subpackages in the directory view #70313

Closed
@mvdan

Description

@mvdan

What is the URL of the page with the issue?

https://pkg.go.dev/std

What is your user agent?

Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0

Screenshot

img-2024-11-13-10-29-54

What did you do?

Tried expanding a number of std packages in the directory view to see subpackages.

What did you see happen?

Any package with the arrow pointing right should expand with subpackages when clicking on the arrow.

What did you expect to see?

Most packages do that, except reflect, which expands into nothing.

This might be because reflect only has internal sub-packages:

$ go list reflect/...
reflect
reflect/internal/example1
reflect/internal/example2

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.help wantedpkgsite

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions