mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 12:17:53 +08:00
comments update
This commit is contained in:
parent
0762fec696
commit
150aa7e2c2
@ -305,7 +305,7 @@ func (gm *Map) RLockFunc(f func(m map[interface{}]interface{})) {
|
||||
f(gm.m)
|
||||
}
|
||||
|
||||
// Exchange key-value in the hash map, it will result key-value to value-key.
|
||||
// Exchange key-value in the hash map, it will change key-value to value-key.
|
||||
//
|
||||
// 交换Map中的键和值.
|
||||
func (gm *Map) Flip() {
|
||||
|
Loading…
Reference in New Issue
Block a user