Remove non-documentation lint
Because of extensive nature of changes, tested all three non-memstore backends - passed.
This commit is contained in:
parent
6614466d23
commit
484bf145a8
35 changed files with 277 additions and 284 deletions
|
|
@ -103,7 +103,7 @@ func (it *AllIterator) Next() bool {
|
|||
} else {
|
||||
k, _ := cur.Seek(last)
|
||||
if !bytes.Equal(k, last) {
|
||||
return fmt.Errorf("Couldn't pick up after", k)
|
||||
return fmt.Errorf("could not pick up after", k)
|
||||
}
|
||||
}
|
||||
for i < bufferSize {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue