Comments
Documenting a package follows an expected documentation using comments, the first line begins with Package plus the package name:
// Package settings provides variables which can be
// provided via environment variables.
package settings
import "strings"
Comments are also expected prior to any public entity, that is things that start with a capital letter: