From e09704a40825331dd612b49afef7e20b5ca6d234 Mon Sep 17 00:00:00 2001 From: John Guo Date: Mon, 7 Mar 2022 22:10:34 +0800 Subject: [PATCH] example updates for package gmap --- container/gmap/gmap_z_example_list_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/gmap/gmap_z_example_list_test.go b/container/gmap/gmap_z_example_list_test.go index 0fab8cd80..8e935fc52 100644 --- a/container/gmap/gmap_z_example_list_test.go +++ b/container/gmap/gmap_z_example_list_test.go @@ -196,7 +196,7 @@ func ExampleListMap_Sets() { m.Sets(addMap) fmt.Println(m) - // Output: + // May Output: // {"key1":"val1","key2":"val2","key3":"val3"} }