Skip to content

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

Open
@mvdan

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions