alash3al / bbadger

adding badger support to blevesearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible with Badger v1.5.4

gissleh opened this issue · comments

go get-ing the library results in this compilation error. Are you still developing this library?

go: finding github.com/alash3al/bbadger latest
# github.com/alash3al/bbadger
../../../go/pkg/mod/github.com/alash3al/bbadger@v0.0.0-20181215224301-e7d0f669623a/reader.go:54:21: not enough arguments in call to r.txn.Commit
	have ()
	want (func(error))
../../../go/pkg/mod/github.com/alash3al/bbadger@v0.0.0-20181215224301-e7d0f669623a/writer.go:35:13: not enough arguments in call to txn.Commit
	have ()
	want (func(error))

i get the error too. if you use go mod, you could append github.com/dgraph-io/badger master to require in go.mod and then build the binary. i think there must be something wrong.