Update garray_z_example_sorted_str_test.go

This commit is contained in:
visualsun
2021-11-05 19:31:11 +08:00
committed by GitHub
parent 2511c378f2
commit e7b63839c8

View File

@ -509,7 +509,7 @@ func ExampleSortedStrArray_MarshalJSON() {
fmt.Println(string(b))
// Output:
// {"ID":1,"Name":"john","Level":["a","b","c"]}
// {"ID":1,"Name":"john","Levels":["a","b","c"]}
}
func ExampleSortedStrArray_UnmarshalJSON() {