mirror of
https://github.com/samber/lo.git
synced 2025-10-29 02:32:31 +08:00
oops
This commit is contained in:
@@ -130,6 +130,7 @@ func PartitionBy[T any, K comparable](collection []T, iteratee func (x T) K) [][
|
||||
result[resultIndex] = append(result[resultIndex], _item)
|
||||
|
||||
mu.Unlock()
|
||||
wg.Done()
|
||||
}(item)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user