1
0
mirror of https://github.com/json-iterator/go.git synced 2025-03-23 21:09:11 +02:00

update test

This commit is contained in:
Tao Wen 2017-06-05 22:08:28 +08:00
parent f50c4cfbbe
commit 106636a191

View File

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