Access documentation

by
Without access to documentation we would have to resort to reading code which contains a lot of details on How something is resolved. Good documentation however answers the more important What and Why.

Godoc

Builtin service for rendering documentation comes in the form of godoc.
godoc -http ":6060"
Point browser to http://localhost:6060

Gotchas