From 3a7fe36d667f3b60dcab173025f4ecb0e70238e0 Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Thu, 6 Mar 2014 13:15:09 +1100
Subject: [PATCH] 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
---
doc/go_faq.html | 8 ++++++++
1 file changed, 8 insertions(+)
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?
--
2.48.1