]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: check for exported fields in embedded structs
authorMarcel van Lohuizen <mpvl@golang.org>
Fri, 28 Aug 2015 08:21:45 +0000 (10:21 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Mon, 26 Oct 2015 11:26:11 +0000 (11:26 +0000)
commit34f04a675c204dc00f2ae1bc412e474b9a4c087d
treecbd3971b5d8eb5db063303c915396555756ea975
parenta30dd9ceeb2fb2361cd5a4ae623258ec0a96c517
encoding/xml: check for exported fields in embedded structs

Addresses issue #12367.

Must be checked in before CL 14010.

Change-Id: I4523a1de112ed02371504e27882659bce8028a9f
Reviewed-on: https://go-review.googlesource.com/14012
Reviewed-by: Russ Cox <rsc@golang.org>
src/encoding/xml/marshal_test.go
src/encoding/xml/typeinfo.go