Update goleveldb vendored dependency (see #662)

This commit is contained in:
Andrey Smirnov
2017-11-08 00:49:56 +03:00
parent 67c26368ee
commit 5a1d006850
8 changed files with 31 additions and 10 deletions
+1 -1
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