Tao Wen 8 سال پیش
والد
کامیت
5b27aaa62c
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      example_test.go

+ 1 - 2
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