From 962c4708068e78a11067a0e1ae3638c4af5308ce Mon Sep 17 00:00:00 2001 From: zhaitianduo Date: Fri, 9 Jun 2017 16:28:20 +0800 Subject: [PATCH] fix import not use --- example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_test.go b/example_test.go index da0692c..16da205 100644 --- a/example_test.go +++ b/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() {