1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/pkg/encoding
Josh Bleecher Snyder e79bab30a5 encoding/xml: unmarshal into interfaces
Fixes #6836.

LGTM=rsc
R=golang-codereviews, rsc, r, mike
CC=golang-codereviews
https://golang.org/cl/33140043
2014-04-08 14:55:12 -04:00
..
ascii85 all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
asn1 encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 2014-03-21 11:14:38 -04:00
base32 base32: remove unnecessary "if" condition 2014-03-20 15:54:17 +11:00
base64 base64: fix bug that decoder fails to detect corruption 2014-03-20 16:00:34 +11:00
binary all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
csv encoding/csv: test that carriage return is handled in Write 2014-01-07 09:32:15 -08:00
gob encoding/gob: document that Decode returns EOF at EOF 2014-03-07 13:24:14 +11:00
hex encoding/hex: add error check for write error. 2014-03-17 12:07:30 -07:00
json encoding/json: fix test failure 2014-02-12 21:50:58 +04:00
pem encoding/pem: write Proc-Type header first. 2012-11-12 15:29:17 +00:00
xml encoding/xml: unmarshal into interfaces 2014-04-08 14:55:12 -04:00
encoding.go encoding: new package 2013-08-14 00:18:20 -04:00