ipfs / go-datastore

key-value datastore interfaces
MIT License
230 stars 65 forks source link

feat(mount): don't give up on error #146

Closed Stebalien closed 4 years ago

Stebalien commented 4 years ago

Instead of giving up when a single datastore fails, operate on all datastores first. That way:

Etc.

Also: