]> Cypherpunks repositories - gostls13.git/commit
reflect: document tie-breaking in Select
authorRuss Cox <rsc@golang.org>
Tue, 19 Feb 2013 15:13:53 +0000 (10:13 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 19 Feb 2013 15:13:53 +0000 (10:13 -0500)
commita6db2a8517f866b6f94445059ab60bc945d0d7ec
treea835fd28849f0b26afdb1c0a44076498c37c7eca
parentd137a2cb564c50ba104b5699c2a34ad393976564
reflect: document tie-breaking in Select

The exact words are taken from the spec.

Fixes some confusion on golang-nuts.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7353044
src/pkg/reflect/value.go