containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
138 stars 66 forks source link

fix fmt.Errorf("%w", err) on err == nil #187

Closed AkihiroSuda closed 2 years ago

AkihiroSuda commented 2 years ago

When err is nil, fmt.Errorf("....: %w", err) should not be returned

Thanks to @simonflood for reporting this in https://github.com/rancher-sandbox/rancher-desktop/issues/771#issuecomment-942180713

AkihiroSuda commented 2 years ago

We should release v0.2.1 after merging this

AkihiroSuda commented 2 years ago

Tagged as v0.2.1

https://github.com/containerd/continuity/releases/tag/v0.2.1