- b955aa5 Fix Import Blank subtitle, see #35319 by Filippo Valsorda · 5 years ago
- 3bf50ad Updated Go Code Review Comments (markdown) by ZhangYunHao · 5 years ago[Renamed from Go-Code-Review-Comments.md]
- 0ed4011 Revert my change by ZhangYunHao · 5 years ago[Renamed from Revert-my-change.md]
- 09ced7b Updated CodeReviewComments (markdown) by ZhangYunHao · 5 years ago[Renamed (99%) from CodeReviewComments.md]
- ec9538a Updated CodeReviewComments (markdown) by ZhangYunHao · 5 years ago
- 99bf269 A bytes.Buffer only has one embedded slice these days. by Ian Lance Taylor · 6 years ago
- bd53b91 reverting my changes and opening a discussion by Eslam Mahmoud · 6 years ago
- b61e691 explain in details why to return struct type in interface constructor by Eslam Mahmoud · 6 years ago
- ce934ad "ID" is short for "identifier", not "Identity Document", in the example "appID". by Pindi Albert · 6 years ago
- b191929 Remove misleading issue body from new issue link, include Documentation label. by Dmitri Shuralyov · 6 years ago
- 962830b "named returns" -> "naked returns" by Jason Alan Palmer · 6 years ago
- 1f9a179 Updated CodeReviewComments (markdown) by Michael Matloob · 6 years ago
- 08263eb receiver names: clarified why the receiver name should not use me, this, or self. by Agniva De Sarker · 6 years ago
- 16b0973 Clarify the "ID" vs "id" argument by Alex Zlotnik · 6 years ago
- 1c58cd1 Specify where changes should be discussed. See golang.org/issue/27913. by Dmitri Shuralyov · 7 years ago
- f22d526 Revert a change that was added without proper discussion. We can consider re-adding it after further discussion. by Dmitri Shuralyov · 7 years ago
- 88a45ae I love this document and want to make it perfect. by radbaron · 7 years ago
- 5a40ba3 Added "comprehensive" in "not a style guide" by Ian Lance Taylor · 7 years ago
- f9af9d4 fix typo by Kenshi Kamata · 7 years ago
- baec72a I think this place is wrong. by luantao · 7 years ago
- dbdd5b0 Grammar fix. by Victor van Poppelen · 7 years ago
- 2456bc2 Updated CodeReviewComments (markdown) by Tomoya Ishizaki · 7 years ago
- e4063d7 improved previous change, better english by vkuzmin-uber · 7 years ago
- 7e850bd 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. by vkuzmin-uber · 7 years ago
- 4cc16f3 Fix a typo by lylex · 7 years ago
- 1f9a384 Removed vestiges of code.google.com as requested by @dgryski in https://github.com/golang/go/issues/23678 by Emmanuel T Odeke · 7 years ago
- 155654e Updated CodeReviewComments (markdown) by Brad Fitzpatrick · 7 years ago
- 4434a5a Remove extra word from "Indent Error Flow" example by Lachlan Cooper · 7 years ago
- 8898bf2 Add formatting to render code like code. by Hoon H · 8 years ago
- 3c4eb23 Updated CodeReviewComments (markdown) by Brad Fitzpatrick · 8 years ago
- d2c439a Updated CodeReviewComments (markdown) by Brad Fitzpatrick · 8 years ago
- 4d5a1b0 Updated CodeReviewComments (markdown) by Andrew Gerrand · 8 years ago
- c9f7de7 Fix crypt-rand link by Kenny Grant · 8 years ago
- 5a81ed6 Updated CodeReviewComments (markdown) by Jaana B. Dogan · 8 years ago
- 220c534 Add Synchronous Functions. by Jaana B. Dogan · 8 years ago
- 7ca7f1f Update Receiver Type. by Jaana B. Dogan · 8 years ago
- 1755928 Updated CodeReviewComments (markdown) by Jaana B. Dogan · 8 years ago
- 1583ba3 Capitalize gofmt. by Jaana B. Dogan · 8 years ago
- 0df7fa5 Update Named Result Parameters. by Jaana B. Dogan · 8 years ago
- 4ac42e3 Updated CodeReviewComments (markdown) by Jaana B. Dogan · 8 years ago
- 8656afc Revise "Package Comments". by Jaana B. Dogan · 8 years ago
- 2840754 Updated CodeReviewComments (markdown) by Jaana B. Dogan · 8 years ago
- 88f0e01 Add Intefaces. by Jaana B. Dogan · 8 years ago
- ad8c445 Add In-Band Errors. by Jaana B. Dogan · 8 years ago
- 860d784 Revise Imports. by Jaana B. Dogan · 8 years ago
- f11f8f7 Updated CodeReviewComments (markdown) by Jaana B. Dogan · 8 years ago
- 8590e71 Add Goroutine Lifetimes. by Jaana B. Dogan · 8 years ago
- b181e78 Add Examples. by Jaana B. Dogan · 8 years ago
- 9b33933 Add CryptoRand. by Jaana B. Dogan · 8 years ago
- dcc731c Add copying. by Jaana B. Dogan · 8 years ago
- b824d41 Add contexts. by Jaana B. Dogan · 8 years ago
- 6a3e308 log.Print should be log.Printf("Reading %s: %v", filename, err) because format specifiers and arguments are used by Steve Carrupt · 8 years ago
- 6db1649 Code comments for structs or functions should always start with the name of the thing they are documenting. by Martin Bertschler · 8 years ago
- 0e2fe19 Missing word fix by Terry Liu · 8 years ago
- 771f1c7 slightly better english grammer and makes it easier to understand which is the prefered method by Toby Allen · 8 years ago
- 2c403c2 Update http links to https. It's 2016, no reason not to since golang.org supports it. by Dmitri Shuralyov · 9 years ago
- 4cb9dac Fixed typo by Christopher Dunn · 9 years ago
- 68ab16c "Some rules of thumb" -> "Some useful guidelines". Whether historically accurate or not, "rule of thumb" is frequently perceived to have abusive origins. by Kevin Gillette · 9 years ago
- e6f8213 Revert bad edit by Andrew Gerrand · 9 years ago
- 2c6abb8 Revert ba29054a63aac679bbfe042387909b5bc94c037e...05b95d71ee086df99c922817e1fa318e73cd7135 on CodeReviewComments by Andrew Gerrand · 9 years ago
- 05b95d7 Updated CodeReviewComments (markdown) by Steve Streeting · 10 years ago
- ba29054 Updated CodeReviewComments (markdown) by Steve Streeting · 10 years ago
- e3ee7b0 Updated CodeReviewComments (markdown) by Earl J. Wagner · 10 years ago
- 2ae2832 Updated CodeReviewComments (markdown) by Earl J. Wagner · 10 years ago
- 7dda73c Adds "Declaring Empty Slices". by Earl J. Wagner · 10 years ago
- 812cb13 CodeReviewComments: update link from Naked Returns. by nathany · 10 years ago
- 4d6a1bf CodeReviewComments: urls for goimports, table driven tests. TOC. Go syntax highlighting. by nathany · 10 years ago
- 0d6986a Fix formatting after import by Dave Day · 10 years ago
- 5bc444d Wiki data import from Google Code by Andrew Gerrand · 10 years ago