]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document Indent's preservation of trailing spaces
authorRuss Cox <rsc@golang.org>
Tue, 8 Dec 2015 19:09:59 +0000 (14:09 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 8 Dec 2015 19:26:26 +0000 (19:26 +0000)
commit1be2ddda9a372de052ba3428128085152b2e9044
treed48f45f1ac5f8240f665cfcb13a3fc36c0c89601
parentf740d717bd31e1a4b8281072b5cb3dfeb26f3273
encoding/json: document Indent's preservation of trailing spaces

Fixes #13520.

Change-Id: Ia70cc44be3912167b369d7f74d3436331975c300
Reviewed-on: https://go-review.googlesource.com/17561
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/json/indent.go