example updates for package gmap

This commit is contained in:
John Guo
2022-03-07 22:10:34 +08:00
parent ade9ae3c0b
commit e09704a408

View File

@ -196,7 +196,7 @@ func ExampleListMap_Sets() {
m.Sets(addMap)
fmt.Println(m)
// Output:
// May Output:
// {"key1":"val1","key2":"val2","key3":"val3"}
}