mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
maps
This commit is contained in:
@ -25,3 +25,8 @@ func TestForEach(t *testing.T) {
|
||||
assert.True(t, hashMap.Exist(k))
|
||||
}
|
||||
}
|
||||
|
||||
func TestSynchronize(t *testing.T) {
|
||||
mep := NewHashMap[string, string]().Synchronize()
|
||||
mep.Set("aaaa", "bbb")
|
||||
}
|
||||
|
Reference in New Issue
Block a user