]> Cypherpunks repositories - gostls13.git/commit
encoding/csv, encoding/xml: report write errors
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 25 Jun 2012 20:00:35 +0000 (16:00 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 25 Jun 2012 20:00:35 +0000 (16:00 -0400)
commit32a0cbb88187deecfcbcf62f11056ca09fe4a4a0
tree946411c2e500a810b9587fe960b15fd81d049fbd
parent689931c5b02f7509a125f06480d3673ac85f21d5
encoding/csv, encoding/xml: report write errors

Fixes #3773.

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/6327053
src/pkg/encoding/csv/writer.go
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go