x/pkgsite: can't figure out how to navigate to standard library #43080
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/search?q=std
What is your user agent?
Mozilla/5.0 (X11; CrOS x86_64 13421.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.199 Safari/537.36
Screenshot
What did you do?
std
, since I know from prior use thatgo list std
lists the packages in the standard library.What did you expect to see?
A straightforward way to list the packages in the standard library, either via a direct link from https://pkg.go.dev/ or in the search results for the
std
query.What did you see instead?
To figure out the URL for the standard library, I ended up searching for a known standard package (
encoding/binary
) and then following theDiscover Packages > Standard library
breadcrumb at the top of the page.The text was updated successfully, but these errors were encountered: