summaryrefslogtreecommitdiff
path: root/compat/json/borrowed_example_marshaling_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compat/json/borrowed_example_marshaling_test.go')
-rw-r--r--compat/json/borrowed_example_marshaling_test.go3
1 files changed, 2 insertions, 1 deletions
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