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
The page hangs for about 30 seconds and then the first time I did it showed the branded 500 error. The second time I tried it it showed the plaintext error.
What did you expect to see?
The first 25 items that were called "new" only. The reason I was searching for "new" in the first place was to get an idea of how many stdlib types were using plain "packagename.New()" instead of "packagename.NewOtherType()". I expected to see stdlib packages (since they are usually ranked above all third-party packages) like log.New()
The text was updated successfully, but these errors were encountered:
What is the URL of the page with the issue?
https://pkg.go.dev/search?q=new&m=symbol
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Screenshot
What did you do?
What did you see happen?
The page hangs for about 30 seconds and then the first time I did it showed the branded 500 error. The second time I tried it it showed the plaintext error.
What did you expect to see?
The first 25 items that were called "new" only. The reason I was searching for "new" in the first place was to get an idea of how many stdlib types were using plain "packagename.New()" instead of "packagename.NewOtherType()". I expected to see stdlib packages (since they are usually ranked above all third-party packages) like log.New()
The text was updated successfully, but these errors were encountered: