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

@@ -8,6 +8,8 @@
//
// Create or open a database:
//
// // The returned DB instance is safe for concurrent use. Which mean that all
// // DB's methods may be called concurrently from multiple goroutine.
// db, err := leveldb.OpenFile("path/to/db", nil)
// ...
// defer db.Close()