This is a creation in Article, where the information may have evolved or changed.
Beginners sometimes find that the official website can not open, it is a very frustrating thing, may directly give up, the following provide a few solutions.
1. Modify the Hosts file
Locate the Hosts file, Mac OS X/*nix in/etc/hosts,Windows in C:\WINDOWS\system32\drivers\etc\hosts
Add a row
173.194.75.141 golang.org
2. Start the Godoc service locally
godoc-http=:6060
Access the http://localhost:6060 via the browser.
3. Using the CHM Handbook
Astaxie maintained a CHM document, this time you can see Https://github.com/astaxie/godoc, download Address: https://github.com/astaxie/godoc/downloads.
4. Using Liteide
Download Liteide, the Godoc service is turned on by default, and you can browse documents directly in the IDE.
Although the go language has introduced a very useful local Godoc service, but in the Linux programming more people, may prefer to use the man pages, hope to have a solution as soon as possible.