diff options
Diffstat (limited to 'src/encoding')
| -rw-r--r-- | src/encoding/json/decode.go | 1 | ||||
| -rw-r--r-- | src/encoding/json/encode.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/encoding/json/decode.go b/src/encoding/json/decode.go index 5ff1014dc5..59d4c7e734 100644 --- a/src/encoding/json/decode.go +++ b/src/encoding/json/decode.go @@ -19,7 +19,6 @@ import ( "unicode" "unicode/utf16" "unicode/utf8" - _ "unsafe" // for linkname ) // Unmarshal parses the JSON-encoded data and stores the result diff --git a/src/encoding/json/encode.go b/src/encoding/json/encode.go index 9bdc270f85..a898b48e31 100644 --- a/src/encoding/json/encode.go +++ b/src/encoding/json/encode.go @@ -58,7 +58,6 @@ import ( "sync" "unicode" "unicode/utf8" - _ "unsafe" // for linkname ) // Marshal returns the JSON encoding of v. |
