-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
import (
"log"
"github.com/dgraph-io/badger/v3"
c "github.com/ostafen/clover"
badgerstore "github.com/ostafen/store/badger"
)
these example code in readme file cause some error. github.com/ostafen/store
dosen't exist now. We can use the code in the db_test file as follows
"github.com/dgraph-io/badger/v3"
c "github.com/ostafen/clover/v2"
badgerstore "github.com/ostafen/clover/v2/store/badger"
Metadata
Metadata
Assignees
Labels
No labels