comments update

This commit is contained in:
John 2019-02-02 15:21:48 +08:00
parent 0762fec696
commit 150aa7e2c2

View File

@ -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() {