]> Cypherpunks repositories - gostls13.git/commit
xml: omit newline at beginning of MarshalIndent output
authorShivakumar GN <shivakumar.gn@gmail.com>
Sun, 3 Feb 2013 16:21:07 +0000 (11:21 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 16:21:07 +0000 (11:21 -0500)
commit848d10f06cf327212d1ce7041c0eeae5fda317f1
treedb089bb4b3a60abe34817d22b4059b3e1de1a547
parent09a17ca1f113b7959391b0daf49ecfcd930cf30b
xml: omit newline at beginning of MarshalIndent output

(Still valid XML.)

Fixes #3354.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7288047
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go