From 5b27aaa62c026b91ea48bd546d38aad0e6470515 Mon Sep 17 00:00:00 2001 From: Tao Wen Date: Mon, 5 Jun 2017 22:10:01 +0800 Subject: [PATCH] update test --- example_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example_test.go b/example_test.go index 179a087..6157153 100644 --- a/example_test.go +++ b/example_test.go @@ -4,10 +4,9 @@ import ( "fmt" "github.com/json-iterator/go" "os" - "testing" ) -func Test_ExampleMarshal(t *testing.T) { +func ExampleMarshal() { type ColorGroup struct { ID int Name string