How to find docs for previous versions of standard library?

Everything at golang.org/pkg/… provides documentation on the current version of the standard library. Is there a way to tweak the url to see older versions of the docs?

I haven’t found a way to do this yet with the online documentation. But if you have a previous Go version installed on your computer you can use the ‘godoc -http=":8080"’ command to bring up the local documentation for that version.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.