From c4ae41eba5e1c86c9a1edcaf80ef10cc3fe62eb1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 10 Feb 2023 15:18:39 -0700 Subject: compat/json: Run the example tests --- compat/json/borrowed_example_marshaling_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compat/json/borrowed_example_marshaling_test.go') diff --git a/compat/json/borrowed_example_marshaling_test.go b/compat/json/borrowed_example_marshaling_test.go index 44a7c5d..e1af4df 100644 --- a/compat/json/borrowed_example_marshaling_test.go +++ b/compat/json/borrowed_example_marshaling_test.go @@ -7,10 +7,11 @@ package json_test import ( - "encoding/json" "fmt" "log" "strings" + + "git.lukeshu.com/go/lowmemjson/compat/json" ) type Animal int -- cgit v1.2.3-2-g168b