summaryrefslogtreecommitdiff
path: root/compat/json/borrowed_example_text_marshaling_test.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 15:18:39 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 21:48:22 -0700
commitc4ae41eba5e1c86c9a1edcaf80ef10cc3fe62eb1 (patch)
treee0143fe98828936c100de96826e3194ddf6acc07 /compat/json/borrowed_example_text_marshaling_test.go
parent04daa09e1911d7bdabe87e452200b2de2c5ca7c9 (diff)
compat/json: Run the example tests
Diffstat (limited to 'compat/json/borrowed_example_text_marshaling_test.go')
-rw-r--r--compat/json/borrowed_example_text_marshaling_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/json/borrowed_example_text_marshaling_test.go b/compat/json/borrowed_example_text_marshaling_test.go
index 3bfcd34..821851c 100644
--- a/compat/json/borrowed_example_text_marshaling_test.go
+++ b/compat/json/borrowed_example_text_marshaling_test.go
@@ -7,10 +7,11 @@
package json_test
import (
- "encoding/json"
"fmt"
"log"
"strings"
+
+ "git.lukeshu.com/go/lowmemjson/compat/json"
)
type Size int