You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see. My intuition is that the dropdown UI should not appear unless it actually expands into something. So perhaps the dropdown should appear only when enabling "show internal".
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
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:
The text was updated successfully, but these errors were encountered: