bytedance / gopkg

Universal Utilities for Go
Apache License 2.0
1.71k stars 224 forks source link

fix(metainfo): old kvs missed after `WithValues()` #186

Closed AsterDY closed 1 year ago

AsterDY commented 1 year ago

copy(n.persistent, m.persistent) is invalid due to incorrecly make([]kv, 0, len(m.persistent)+kvLen)