freeCodeCamp/guide/english/go/documentation/index.md

387 B

title
Documentation

Official documentation

  1. Language specification
  2. Effective Go

Godoc.org (https://godoc.org/)

The documentation within golang.org includes the standard library and the src.

The good thing about godoc.org is that includes the standard library AND third-party packages.