mirror of
https://github.com/golang/go.git
synced 2026-02-06 18:00:01 +00:00
encoding/json: remove unneeded unsafe import
Followon for CL 721160. Change-Id: I9c22c5e99c9084e24047c77d20717c5b46165cde Reviewed-on: https://go-review.googlesource.com/c/go/+/732220 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
e0c4ad77cf
commit
26ffe78b8c
2 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ import (
|
|||
"unicode"
|
||||
"unicode/utf16"
|
||||
"unicode/utf8"
|
||||
_ "unsafe" // for linkname
|
||||
)
|
||||
|
||||
// Unmarshal parses the JSON-encoded data and stores the result
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ import (
|
|||
"sync"
|
||||
"unicode"
|
||||
"unicode/utf8"
|
||||
_ "unsafe" // for linkname
|
||||
)
|
||||
|
||||
// Marshal returns the JSON encoding of v.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue