This commit is contained in:
xing 2023-10-29 18:58:06 +08:00
parent 2eb58f732b
commit 86d1616732

1
cache/map.go vendored
View File

@ -224,7 +224,6 @@ func (m *MapCache[K, V]) getBatches(e Expend[K, V]) func(ctx context.Context, ke
if !ok {
flushKeys = append(flushKeys, k)
needIndex[k] = i
} else {
var vv V
v = vv
}