vendor: Update github.com/syndtr/goleveldb, minor bugfixes

This commit is contained in:
Jakob Borg
2017-11-05 10:56:24 +01:00
parent 7cbd92e1b1
commit d304498027
6 changed files with 26 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ type Iterator interface {
// its contents may change on the next call to any 'seeks method'.
Key() []byte
// Value returns the key of the current key/value pair, or nil if done.
// Value returns the value of the current key/value pair, or nil if done.
// The caller should not modify the contents of the returned slice, and
// its contents may change on the next call to any 'seeks method'.
Value() []byte