summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-14 13:02:05 -0700
committerRuss Cox <rsc@golang.org>2009-10-14 13:02:05 -0700
commita68592a4dd93e8202801ff3b9f25b617fde4462f (patch)
tree61be8c6ea6f2dfcc239d6ac55de123e6b367496f /doc/effective_go.html
parent68c921e25cd7ed5da1ded92677b5c19960f214e5 (diff)
downloadgo-git-a68592a4dd93e8202801ff3b9f25b617fde4462f.tar.gz
excise some internal references.
R=r DELTA=209 (65 added, 114 deleted, 30 changed) OCL=35718 CL=35721
Diffstat (limited to 'doc/effective_go.html')
-rw-r--r--doc/effective_go.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html
index 11f6eac51f..11944183d4 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -1696,8 +1696,10 @@ used by both <code>TestEncoder</code> and <code>TestDecoder</code>.
<p>
This data-driven style dominates in the Go package tests.
+<!--
<br>
-<!-- search for for.*range here -->
+link to go code search for 'for.*range' here
+-->
</p>
<h3 id="reflect.DeepEqual">Use reflect.DeepEqual to compare complex values</h3>