From: Rob Pike Date: Mon, 14 Sep 2009 17:40:44 +0000 (-0700) Subject: functions X-Git-Tag: weekly.2009-11-06~591 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a5d6f8342cee0fb0f4da1f5223cedcbeb2c160c6;p=gostls13.git functions R=rsc DELTA=125 (103 added, 22 deleted, 0 changed) OCL=34586 CL=34598 --- 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

- -