From 6c3a7e70e37cbafbb26b9227e489f6c4fe982a13 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Sat, 8 Jul 2023 21:33:25 +0800 Subject: [PATCH] chore: pkg imported more than once --- parser_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/parser_test.go b/parser_test.go index 7036feb..dacca42 100644 --- a/parser_test.go +++ b/parser_test.go @@ -3,7 +3,6 @@ package jsonparser import ( "bytes" "fmt" - _ "fmt" "reflect" "testing" )