remove mention of buckets
This commit is contained in:
parent
8df9149e98
commit
414d55afdc
2
store.go
2
store.go
@ -15,7 +15,7 @@ type MCStore struct {
|
|||||||
db *diskv.Diskv
|
db *diskv.Diskv
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewStore creates a new MCStore instance populated with the proper buckets.
|
// NewStore creates a new MCStore instance.
|
||||||
func NewStore(path string) (*MCStore, error) {
|
func NewStore(path string) (*MCStore, error) {
|
||||||
flatTransform := func(s string) []string { return []string{} }
|
flatTransform := func(s string) []string { return []string{} }
|
||||||
db := diskv.New(diskv.Options{
|
db := diskv.New(diskv.Options{
|
||||||
|
Loading…
Reference in New Issue
Block a user