From a5d6f8342cee0fb0f4da1f5223cedcbeb2c160c6 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 14 Sep 2009 10:40:44 -0700 Subject: [PATCH] functions R=rsc DELTA=125 (103 added, 22 deleted, 0 changed) OCL=34586 CL=34598 --- doc/effective_go.html | 113 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 97 insertions(+), 16 deletions(-) diff --git a/doc/effective_go.html b/doc/effective_go.html index becfd17b2a..bdea687f1f 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -618,32 +618,113 @@ func Compare(a, b []byte) int { } -

More to come

- -