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" )