Explorar el Código

fix import not use

zhaitianduo hace 8 años
padre
commit
962c470806
Se han modificado 1 ficheros con 2 adiciones y 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() {