]> Cypherpunks repositories - gostls13.git/commit
encoding/json: clarify documention for Unmarshal into a pointer.
authorTuo Shan <shantuo@google.com>
Tue, 7 Feb 2017 02:06:40 +0000 (18:06 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 10 Feb 2017 13:39:10 +0000 (13:39 +0000)
commit4fafc843a27940c76f43d0d897d918dab2efd529
tree75d3d6c1039770e20762182e0305f2c6c1d6d778
parenta335c344fac8501ecdf49a0654d1701fb48efe61
encoding/json: clarify documention for Unmarshal into a pointer.

Fixes #18730.

Change-Id: If3ef28e62f7e449d4c8dc1dfd78f7d6f5a87ed26
Reviewed-on: https://go-review.googlesource.com/36478
Reviewed-by: Russ Cox <rsc@golang.org>
src/encoding/json/decode.go