Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 5b27aaa

Browse files
committed
update test
1 parent 106636a commit 5b27aaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import (
44
"fmt"
55
"github.com/json-iterator/go"
66
"os"
7-
"testing"
87
)
98

10-
func Test_ExampleMarshal(t *testing.T) {
9+
func ExampleMarshal() {
1110
type ColorGroup struct {
1211
ID int
1312
Name string

0 commit comments

Comments
 (0)