Open
Description
Steps to reproduce:
$ go run golang.org/x/pkgsite/cmd/pkgsite@master &
$ open http://localhost:8080
- Enter "fmt", hit Return, see search results page.
- Click first link for package fmt
- Wait 17s for download of std@latest.
- See documentation for fmt.
Ideally we would eliminate step 5. Is it necessary to select std@latest when there's a recent version of std already already installed?
Perhaps std@installedversion could also be offered on the "Or browse local modules:" menu, since just as it is desirable for the docs to reflect the local edits to modules, so too it is desirable to show the version of Go that is installed locally.
Loosely related: