]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document what happens to MarshalText's result
authorRuss Cox <rsc@golang.org>
Fri, 11 Nov 2016 16:06:32 +0000 (11:06 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Nov 2016 01:32:20 +0000 (01:32 +0000)
commit9073af247d602dff4633710adf90c8b3c1869c45
tree91fd19aca57dfd71feb2f9e7cd1110e4c7bf35d9
parent6e7e8b0f0d8644b3e1981229d597cf8ac2d898c7
encoding/json: document what happens to MarshalText's result

Fixes #17743.

Change-Id: Ib5afb6248bb060f2ad8dd3d5f78e95271af62a57
Reviewed-on: https://go-review.googlesource.com/33135
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
Reviewed-by: Caleb Spare <cespare@gmail.com>
src/encoding/json/encode.go