We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
variable names should be descriptive (and short)
remove extra space in code block
add {} to not break syntax highlighting
Fix incorrect indentation (from spaces to tabs)
Alphabetize
Change order of TOC
Fix Import Blank subtitle, see #35319
Updated Go Code Review Comments (markdown)
Updated CodeReviewComments (markdown)
A bytes.Buffer only has one embedded slice these days.
reverting my changes and opening a discussion
explain in details why to return struct type in interface constructor
"ID" is short for "identifier", not "Identity Document", in the example "appID".
Remove misleading issue body from new issue link, include Documentation label.
"named returns" -> "naked returns"
receiver names: clarified why the receiver name should not use me, this, or self.
Clarify the "ID" vs "id" argument
Specify where changes should be discussed. See golang.org/issue/27913.
Revert a change that was added without proper discussion. We can consider re-adding it after further discussion.
I love this document and want to make it perfect.
Added "comprehensive" in "not a style guide"
fix typo
I think this place is wrong.
Grammar fix.
improved previous change, better english
I recently attempted to formalize this rule and implemented as golint feature https://github.com/golang/lint/issues/374. It was rejected and closed. I have decided at least mention here that this rule is not so obvious.
Fix a typo