diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2022-08-14 20:52:06 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2022-08-15 00:28:47 -0600 |
commit | 58b7df5e9f1c0d4858528f326440599620a8c1fb (patch) | |
tree | dcbe104b42ff22debe4adf767ff1fe69785aa394 /compat/json/borrowed_encode_test.go | |
parent | 25d0b8365020ef4051dffd4f7704328402914613 (diff) |
Create a compat/json compatibility library
Diffstat (limited to 'compat/json/borrowed_encode_test.go')
-rw-r--r-- | compat/json/borrowed_encode_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/json/borrowed_encode_test.go b/compat/json/borrowed_encode_test.go index 9659910..bb7c9dc 100644 --- a/compat/json/borrowed_encode_test.go +++ b/compat/json/borrowed_encode_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package lowmemjson // MODIFIED +package json import ( "bytes" |