]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: split attribute marshaling into its own method
authorRuss Cox <rsc@golang.org>
Thu, 13 Oct 2016 02:42:40 +0000 (22:42 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 13 Oct 2016 17:47:44 +0000 (17:47 +0000)
commit2427123d9391134a68c6f60b5acbcb6f60856ff8
treebf44a8af7bd11f0c56250c654cac1be1841c8cbf
parent26c7b4fb1e0553e8f9abe5fdd9008bb1f5bd3228
encoding/xml: split attribute marshaling into its own method

No functional changes here. Just makes next CL easier to read.

Change-Id: Icf7b2281b4da6cb59ff4edff05943b2ee288576a
Reviewed-on: https://go-review.googlesource.com/30945
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/xml/marshal.go