]> Cypherpunks repositories - gostls13.git/commit
reflect: add fast path for FieldByIndex with len(index) = 1
authorRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 17:33:00 +0000 (13:33 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 17:33:00 +0000 (13:33 -0400)
commit94950afdf8d94fd4ff3fba7e84bf4ce4b16854d0
tree9050e4a4310f6d130e8cb4556bc2f12b67874273
parentcb6f5ac0b0239b6041267d3e9898390f57fc9eb1
reflect: add fast path for FieldByIndex with len(index) = 1

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/152640043
src/reflect/value.go