1
0
mirror of https://github.com/golang/go synced 2024-11-14 08:50:22 -07:00
go/src/encoding
Dmitri Shuralyov c4e29bbd38 encoding/json: de-indent raw strings in remaining examples
This change fixes the remaining examples where the raw strings had
suboptimal indentation (one level too many) when viewed in godoc.

Follows CL 48910.
Fixes #21026.

Change-Id: Ifc0dae3fa899a9fff8b1ff958414e2fe6852321d
Reviewed-on: https://go-review.googlesource.com/50990
Run-TryBot: Dmitri Shuralyov <shurcool@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-08-08 04:30:58 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL 2017-04-24 22:23:56 +00:00
base32 encoding/base32: make NoPadding Encoding's DecodedLen return exact size 2017-07-06 21:16:45 +00:00
base64 encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
binary encoding/binary: add examples for varint functions 2017-08-03 21:00:45 +00:00
csv encoding/csv: add option to reuse slices returned by Read 2017-04-26 15:55:56 +00:00
gob encoding/gob: warn about decoding data from untrusted sources 2017-06-29 03:24:29 +00:00
hex encoding/hex: change lookup table back to string 2017-04-18 18:16:08 +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: replace tinfoMap RWMutex with sync.Map 2017-04-28 14:36:14 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00