x/pkgsite: storage.Client displays as struct {} instead of struct { ... } in snippet #49599
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
Milestone
What is the URL of the page with the issue?
https://pkg.go.dev/search?q=storage.Client&m=symbol
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
Screenshot
What did you do?
Search for storage.Client.
What did you expect to see?
I expected the top snippet, for cloud.google.com/go/storage's Client,
to say
type Client struct { ... }
, like the many other results.What did you see instead?
It says
type struct {}
instead, which is unexpected and (I think) inaccurate.Clicking through to type Client shows:
which supports the expectation of the
...
.The text was updated successfully, but these errors were encountered: