From: Russ Cox Date: Tue, 13 Dec 2011 03:21:46 +0000 (-0500) Subject: spec: allow comparison of structs, arrays containing comparable values X-Git-Tag: weekly.2011-12-14~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=83f648c9625343045da1e6b4ecc3d207c84403b3;p=gostls13.git spec: allow comparison of structs, arrays containing comparable values Also, clarify when interface comparison panics and that comparison to nil is a special syntax rather than a general comparison rule. R=r, gri, r, iant, cw, bradfitz CC=golang-dev https://golang.org/cl/5440117 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 725513e32f..18a41337b8 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +