ceph-csi/internal/journal
Niels de Vos 92aae4834e cleanup: use standard Golang errors package
"github.com/pkg/errors" does not offer more functionlity than that we
need from the standard "errors" package. With Golang v1.13 errors can be
wrapped with `fmt.Errorf("... %w", err)`. `errors.Is()` and
`errors.As()` are available as well.

See-also: https://tip.golang.org/doc/go1.13#error_wrapping
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-03 09:12:48 +00:00
..
omap.go journal: do not return errors from remove omap func if omap missing 2020-06-22 15:41:00 +00:00
voljournal.go cleanup: use standard Golang errors package 2020-07-03 09:12:48 +00:00