We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed vestiges of code.google.com as requested by @dgryski in https://github.com/golang/go/issues/23678
Updated CodeReviewComments (markdown)
Remove extra word from "Indent Error Flow" example
Add formatting to render code like code.
Fix crypt-rand link
Add Synchronous Functions.
Update Receiver Type.
Capitalize gofmt.
Update Named Result Parameters.
Revise "Package Comments".
Add Intefaces.
Add In-Band Errors.
Revise Imports.
Add Goroutine Lifetimes.
Add Examples.
Add CryptoRand.
Add copying.
Add contexts.
log.Print should be log.Printf("Reading %s: %v", filename, err) because format specifiers and arguments are used
Code comments for structs or functions should always start with the name of the thing they are documenting.
Missing word fix
slightly better english grammer and makes it easier to understand which is the prefered method