Explorar o código

fix import not use

zhaitianduo %!s(int64=8) %!d(string=hai) anos
pai
achega
962c470806
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      example_test.go

+ 2 - 2
example_test.go

@@ -1,10 +1,10 @@
 package jsoniter_test
 
 import (
-	"encoding/json"
 	"fmt"
-	"github.com/json-iterator/go"
 	"os"
+
+	"github.com/json-iterator/go"
 )
 
 func ExampleMarshal() {