You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"go get -u github.com/ipfs/go-ds-leveldb" fails with error "cannot use d (type *accessor) as type datastore.Datastore in argument to datastore.GetBackedSize"
#24
$ go get -u github.com/ipfs/go-ds-leveldb
# github.com/ipfs/go-ds-leveldb
../../../../pkg/mod/github.com/ipfs/[email protected]/datastore.go:99:25: cannot use d (type *accessor) as type datastore.Datastore in argument to datastore.GetBackedSize:
*accessor does not implement datastore.Datastore (missing Close method)
../../../../pkg/mod/github.com/ipfs/[email protected]/datastore.go:306:32: cannot use transaction literal (type *transaction) as type datastore.Txn inreturn argument:
*transaction does not implement datastore.Txn (missing Close method)
$ go version
go version go1.11.5 darwin/amd64
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: