vendor: Update github.com/syndtr/goleveldb
This commit is contained in:
2
vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go
generated
vendored
2
vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go
generated
vendored
@@ -888,7 +888,7 @@ func (r *Reader) Find(key []byte, filtered bool, ro *opt.ReadOptions) (rkey, val
|
||||
return r.find(key, filtered, ro, false)
|
||||
}
|
||||
|
||||
// Find finds key that is greater than or equal to the given key.
|
||||
// FindKey finds key that is greater than or equal to the given key.
|
||||
// It returns ErrNotFound if the table doesn't contain such key.
|
||||
// If filtered is true then the nearest 'block' will be checked against
|
||||
// 'filter data' (if present) and will immediately return ErrNotFound if
|
||||
|
||||
Reference in New Issue
Block a user