]> Cypherpunks repositories - gostls13.git/commit
reflect: add FieldByNameFunc
authorRaif S. Naffah <go@naffah-raif.name>
Sun, 18 Apr 2010 22:22:36 +0000 (15:22 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 18 Apr 2010 22:22:36 +0000 (15:22 -0700)
commit57e764171cef8ba6f3a5a2a4c5f4e35bd7527740
treee88dcaa190653db607b098afd2d11caff18405af
parent13f81feb31ab54fabc95b38764fd2d55079edd1f
reflect: add FieldByNameFunc
xml: add support for XML marshalling embedded structs.

R=rsc
CC=golang-dev
https://golang.org/cl/837042
src/pkg/reflect/type.go
src/pkg/reflect/value.go
src/pkg/xml/embed_test.go [new file with mode: 0644]
src/pkg/xml/read.go