浏览代码

fix import not use

zhaitianduo 8 年之前
父节点
当前提交
962c470806
共有 1 个文件被更改,包括 2 次插入2 次删除
  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() {