]> Cypherpunks repositories - gostls13.git/commit
encoding/json: use Deprecated markers
authorJoe Tsai <joetsai@digital-static.net>
Wed, 11 Oct 2017 21:41:25 +0000 (14:41 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Wed, 11 Oct 2017 22:09:22 +0000 (22:09 +0000)
commita3e013b0824ba53168b5d91abdb6ce191510a89d
tree8686a160c6f1345a915d0ea59f73a53906a7aa0c
parentedcf2d0cd604062cdd3b28d7e679b8b271ddc2ec
encoding/json: use Deprecated markers

In #10909, it was decided that "Deprecated:" is a magic string for
tools (e.g., #17056 for godoc) to detect deprecated identifiers.
Use those convention instead of custom written prose.

Change-Id: Ia514fc3c88fc502e86c6e3de361c435f4cb80b22
Reviewed-on: https://go-review.googlesource.com/70110
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
src/encoding/json/decode.go
src/encoding/json/encode.go