mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-09 22:39:53 +00:00
Update goleveldb vendored dependency (see #662)
This commit is contained in:
+2
@@ -17,6 +17,8 @@ Usage
|
||||
|
||||
Create or open a database:
|
||||
```go
|
||||
// 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()
|
||||
|
||||
Reference in New Issue
Block a user