]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: simplify copyValue
authorRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 22:05:45 +0000 (17:05 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 22:05:45 +0000 (17:05 -0500)
commit9114279c6688f9c37de61af1fd77142b4ff6d7e4
treeab87c6ee951b8f2642ab11211f4515c507777055
parente6e60cda12701ad3f1f4419606ddead52e57f2f1
encoding/xml: simplify copyValue

Delete various complications left over from an earlier reflect API.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7124063
src/pkg/encoding/xml/read.go