example updates for package gmap

This commit is contained in:
John Guo
2022-03-08 09:49:33 +08:00
parent e09704a408
commit 10ed04cdb8

View File

@ -186,7 +186,6 @@ func Test_ListMap_Json(t *testing.T) {
gtest.C(t, func(t *gtest.T) {
data := g.MapAnyAny{
"k1": "v1",
"k2": "v2",
}
m1 := gmap.NewListMapFrom(data)
b1, err1 := json.Marshal(m1)