diff --git a/container/gmap/gmap_z_example_str_str_test.go b/container/gmap/gmap_z_example_str_str_test.go index a068a1869..093f70793 100644 --- a/container/gmap/gmap_z_example_str_str_test.go +++ b/container/gmap/gmap_z_example_str_str_test.go @@ -468,7 +468,7 @@ func ExampleStrStrMap_LockFunc() { } }) - // Output: + // May Output: // key: k1 value: v1 // key: k2 value: v2 // key: k3 value: v3 @@ -490,7 +490,7 @@ func ExampleStrStrMap_RLockFunc() { } }) - // Output: + // May Output: // key: k1 value: v1 // key: k2 value: v2 // key: k3 value: v3