ipfs / go-ds-leveldb

An implementation of go-datastore using leveldb
MIT License
37 stars 21 forks source link

fix closing of datastore in tests #52

Closed marten-seemann closed 3 years ago

marten-seemann commented 3 years ago

Fixes #51.

On Windows, we can't remove a directory if another process is still accessing it.