mirror of
https://github.com/golang/go.git
synced 2026-02-07 02:09:55 +00:00
encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings
Updates #71845 Change-Id: Ie099e7ac77293696fd9e69559487e27f4b70ab3f Reviewed-on: https://go-review.googlesource.com/c/go/+/684416 Auto-Submit: Joseph Tsai <joetsai@digital-static.net> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
0f8ab2db17
commit
d9d2cadd63
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ type Options = jsonopts.Options
|
|||
// - [jsontext.AllowInvalidUTF8]
|
||||
// - [jsontext.EscapeForHTML]
|
||||
// - [jsontext.EscapeForJS]
|
||||
// - [jsontext.PreserveRawString]
|
||||
// - [jsontext.PreserveRawStrings]
|
||||
//
|
||||
// All other boolean options are set to false.
|
||||
// All non-boolean options are set to the zero value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue