]> Cypherpunks repositories - gostls13.git/commit
reflect: make Index and Slice accept strings
authorEvan Shaw <chickencha@gmail.com>
Sun, 21 Oct 2012 21:02:10 +0000 (17:02 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 21 Oct 2012 21:02:10 +0000 (17:02 -0400)
commit772decbc809ff29bd254f3d80f13e25443d80fc5
tree0dd1820bfbdfd2de5741289b4f725b6509c5cf49
parentd7a3407e3d6543f3884c181a6b1135fa0fcc882b
reflect: make Index and Slice accept strings

Fixes #3284.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/6643043
src/pkg/reflect/all_test.go
src/pkg/reflect/value.go