From: Rob Pike Date: Thu, 6 Mar 2014 02:15:09 +0000 (+1100) Subject: doc/go_faq.html: reference the new wiki page titled Go Code Review Comments X-Git-Tag: go1.3beta1~453 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3a7fe36d667f3b60dcab173025f4ecb0e70238e0;p=gostls13.git doc/go_faq.html: reference the new wiki page titled Go Code Review Comments Fixes #7449. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/71610044 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index e292bc879c..fb2d929bd6 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -957,6 +957,14 @@ compendium of do's and don'ts that allows interpretation. All the Go code in the repository has been run through gofmt.

+

+The document titled +Go Code Review Comments +is a collection of very short essays about details of Go idiom that are often +missed by programmers. +It is a handy reference for people doing code reviews for Go projects. +

+

How do I submit patches to the Go libraries?