]> Cypherpunks repositories - gostls13.git/commit
reflect: explicitly state that Type values can be used as map keys
authorTim Cooper <tim.cooper@layeh.com>
Mon, 1 Jan 2018 16:11:58 +0000 (12:11 -0400)
committerIan Lance Taylor <iant@golang.org>
Tue, 2 Jan 2018 13:39:20 +0000 (13:39 +0000)
commit6317adeed7815ad335e2e97c463a7c3c4d82fc19
tree107bb366d69f1695d8547349f33af7148958ef2e
parentcd97aca3fdd87aca95f547643fe28f352e4f27cf
reflect: explicitly state that Type values can be used as map keys

Fixes #6535

Change-Id: I34974c0050424c96d19ad69bf4522bb69cde2fd5
Reviewed-on: https://go-review.googlesource.com/85815
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/reflect/type.go