cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

fix(filesystem.go): also delete group directory #231

Closed vdice closed 4 years ago

vdice commented 4 years ago

Previously, group directories -- where a group is a named (ULID or installation name) directory under the item type directories of claims, results or outputs -- would linger after deleting an installation.

vdice commented 4 years ago

@radu-matei do you think you'd have a spare moment to check this PR out?