]> Cypherpunks repositories - gostls13.git/commit
spec: allow comparison of structs, arrays containing comparable values
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 03:21:46 +0000 (22:21 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 03:21:46 +0000 (22:21 -0500)
commit83f648c9625343045da1e6b4ecc3d207c84403b3
treef5bdf12cb2b07e63dc0e77f8fb45917740743703
parent66113ac8188026cb57ae043670d1004860831e2d
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
doc/go_spec.html