https://pkg.go.dev/net/http?tab=doc
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36

I was looking for the name of a function that does what I want to do.
Expected to quickly find the function I want.
Because the index is in a narrow strip on the left, and because functions' returns are no longer in the index; it's very hard to see an overview of the package, because:
In summary, please put the index back near the top like it is on godoc.org.
This is the index I'm talking about. Usually just looking at this format of index is almost all I need to use a godoc. It's just a matter of seeing a function that takes what you have and returns what you want then clicking on it to check its docstring:

Related to (if not a dup of) https://github.com/golang/go/issues/40612.
Related to (if not a dup of) #40612.
I think my concern is entirely a subset of that issue, thanks.
Most helpful comment
This is the index I'm talking about. Usually just looking at this format of index is almost all I need to use a godoc. It's just a matter of seeing a function that takes what you have and returns what you want then clicking on it to check its docstring:
