For years now, when I needed to casually lookup a standard library function I would use the search on the website. Like
https://golang.org/search?q=Rename. This no longer works, and the search box on the Go website and "Package Documentation" page is now gone.
Has this moved somewhere else? How do I do a quick web-browser based search of the standard libraries?
I know I can use 'go doc', but that is not web based, and AFAICT, only works if you know the exact package the function is in.
Any suggestions?