go/src/pkg/encoding
Robert Griesemer 0d0c748930 encoding/xml: remove dead code
Avoid future 'declared and not used error'.
See also issue 6414.

R=r
CC=golang-dev
https://golang.org/cl/13242058
2013-09-17 15:24:40 -07:00
..
ascii85 all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
asn1 all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
base32 encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
base64 encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
binary encoding/binary: use bytes.Reader in read example 2013-08-27 06:32:24 -07:00
csv encoding/csv: always allow trailing commas 2013-08-09 15:46:01 +10:00
gob encoding/gob: ignore chan and func fields of structures 2013-09-16 10:26:23 +10:00
hex src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
json encoding/json: document actual behavior for Unmarshal into interface{} 2013-09-09 19:11:05 -04:00
pem encoding/pem: write Proc-Type header first. 2012-11-12 15:29:17 +00:00
xml encoding/xml: remove dead code 2013-09-17 15:24:40 -07:00
encoding.go encoding: new package 2013-08-14 00:18:20 -04:00