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

Commit 2608d40

Browse files
author
nifei
committed
example unmarshal
1 parent 3cf8228 commit 2608d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func ExampleMarshal() {
2727
// {"ID":1,"Name":"Reds","Colors":["Crimson","Red","Ruby","Maroon"]}
2828
}
2929

30-
func ExampleUnMarshal() {
30+
func ExampleUnmarshal() {
3131
var jsonBlob = []byte(`[
3232
{"Name": "Platypus", "Order": "Monotremata"},
3333
{"Name": "Quoll", "Order": "Dasyuromorphia"}

0 commit comments

Comments
 (0)