mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
example updates for package gmap
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user