Implemented StrStrMap Example

This commit is contained in:
huangqian
2021-11-20 12:37:09 +08:00
parent 61bc38fff6
commit 3e5b3a6dad

View File

@ -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