go/src/encoding
Karel Pazdera 6e9e9dfa46 encoding/xml: improve package based on the suggestions from metalinter
Existing code in encoding/xml packages contains code which breaks
various linter rules (comments, constant and variable naming, variable
shadowing, etc).

Fixes #21578

Change-Id: Id4bd9a9be6d5728ce88fb6efe33030ef943c078c
Reviewed-on: https://go-review.googlesource.com/58210
Reviewed-by: Sam Whited <sam@samwhited.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Sam Whited <sam@samwhited.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-08-24 00:55:59 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 all: fix easy-to-miss typos 2017-08-23 03:07:12 +00:00
base32 encoding/base32: improve performance in common case 2017-08-14 18:51:14 +00:00
base64 encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
binary encoding/binary: add example for Read multi 2017-08-12 01:17:13 +00:00
csv encoding/csv: preserve \r\n in quoted fields 2017-08-14 18:42:20 +00:00
gob encoding/gob: warn about decoding data from untrusted sources 2017-06-29 03:24:29 +00:00
hex encoding/hex: save allocation in DecodeString() 2017-08-15 14:35:34 +00:00
json encoding/json: de-indent raw strings in remaining examples 2017-08-08 04:30:58 +00:00
pem encoding/pem: yet another fuzz fake failure 2017-04-03 18:46:56 +00:00
xml encoding/xml: improve package based on the suggestions from metalinter 2017-08-24 00:55:59 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00