diff options
Diffstat (limited to 'compat/json/borrowed_scanner_test.go')
-rw-r--r-- | compat/json/borrowed_scanner_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/json/borrowed_scanner_test.go b/compat/json/borrowed_scanner_test.go index c5d67e6..4955405 100644 --- a/compat/json/borrowed_scanner_test.go +++ b/compat/json/borrowed_scanner_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" |