1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

update go-datastore to latest

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2015-09-15 17:15:29 -07:00
parent 973c5fa0a4
commit 35a5ca0ef5
43 changed files with 1361 additions and 65 deletions

View File

@ -43,7 +43,7 @@ func NewBlockstore(d ds.ThreadSafeDatastore) Blockstore {
}
type blockstore struct {
datastore ds.BatchingDatastore
datastore ds.Batching
// cant be ThreadSafeDatastore cause namespace.Datastore doesnt support it.
// we do check it on `NewBlockstore` though.
}