1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-03 22:27:26 +02:00

update test

This commit is contained in:
Tao Wen 2017-06-05 22:10:01 +08:00
parent 106636a191
commit 5b27aaa62c

View File

@ -4,10 +4,9 @@ import (
"fmt" "fmt"
"github.com/json-iterator/go" "github.com/json-iterator/go"
"os" "os"
"testing"
) )
func Test_ExampleMarshal(t *testing.T) { func ExampleMarshal() {
type ColorGroup struct { type ColorGroup struct {
ID int ID int
Name string Name string