mirror of
https://github.com/mudler/luet.git
synced 2025-09-26 15:15:31 +00:00
⬆️ Update vendor
This commit is contained in:
2
vendor/github.com/google/btree/btree.go
generated
vendored
2
vendor/github.com/google/btree/btree.go
generated
vendored
@@ -796,7 +796,7 @@ func (t *BTree) DescendLessOrEqual(pivot Item, iterator ItemIterator) {
|
||||
}
|
||||
|
||||
// DescendGreaterThan calls the iterator for every value in the tree within
|
||||
// the range [last, pivot), until iterator returns false.
|
||||
// the range (pivot, last], until iterator returns false.
|
||||
func (t *BTree) DescendGreaterThan(pivot Item, iterator ItemIterator) {
|
||||
if t.root == nil {
|
||||
return
|
||||
|
Reference in New Issue
Block a user