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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
$ 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: