Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Replace remaining uses of github.com/pkg/errors with fmt #877

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

invidian
Copy link
Member

Even though all of them should actually be removed, this commit finishes
the migration to 'fmt.Errorf' for the sake of consistency and
effectively drops the direct dependency on 'github.com/pkg/errors'.

Closes #59

Signed-off-by: Mateusz Gozdek mateusz@kinvolk.io

Copy link
Member

@knrt10 knrt10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small NITS.

Even though all of them should actually be removed, this commit finishes
the migration to 'fmt.Errorf' for the sake of consistency and
effectively drops the direct dependency on 'github.com/pkg/errors'.

Closes #59

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
@invidian invidian force-pushed the invidian/finish-errors-wrapping branch from 35f0d67 to b8e814d Compare August 28, 2020 06:51
Copy link
Member

@knrt10 knrt10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@invidian
Copy link
Member Author

I'll merge to avoid conflicts appearing.

@invidian invidian merged commit 78c1443 into master Aug 31, 2020
@invidian invidian deleted the invidian/finish-errors-wrapping branch August 31, 2020 06:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update error wrapping to new Golang conventions
2 participants