example shows error
hiqsociety opened this issue · 3 comments
hiqsociety commented
# github.com/flower-corp/lotusdb/index
/root/go/pkg/mod/github.com/flower-corp/lotusdb@v1.0.0/index/bptree.go:114:14: assignment mismatch: 2 variables but bucket.Put returns 1 value
/root/go/pkg/mod/github.com/flower-corp/lotusdb@v1.0.0/index/bptree.go:147:22: assignment mismatch: 2 variables but bucket.Put returns 1 value
/root/go/pkg/mod/github.com/flower-corp/lotusdb@v1.0.0/index/bptree.go:185:22: assignment mismatch: 2 variables but bucket.Delete returns 1 value
/root/go/pkg/mod/github.com/flower-corp/lotusdb@v1.0.0/index/bptree.go:205:13: assignment mismatch: 2 variables but tx.Bucket(b.opts.BucketName).Delete returns 1 value
roseduan commented
pull the code and try again, I have added a vendor
directory to manage the dependencies.
Yfeng-44 commented
I'm still getting this error... anything I missed?
roseduan commented
Are you ready to use lotusdb right now? Or other purpose?