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"} }