]> Cypherpunks repositories - gostls13.git/commit
encoding/json: de-indent raw strings in remaining examples
authorDmitri Shuralyov <shurcooL@gmail.com>
Sun, 16 Jul 2017 05:58:25 +0000 (23:58 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Aug 2017 04:30:58 +0000 (04:30 +0000)
commitc4e29bbd3813be43b3905e17a2796cea23dd66d4
tree8cbfdfe0fdb7a42ec2afdf2f1189c79f64936c3e
parent6dae588a06016a67aad62e732087cb2e32cda139
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>
src/encoding/json/example_test.go