kubectx
kubectx copied to clipboard
refactoring: replace github.com/pkg/errors by standard errors
Like ask in #380 Here is the extraction of the commit to replacement of the external github.com/pkg/errors dependency by built in errors
I found that this have also be done in https://github.com/ahmetb/kubectx/pull/421
Do you mind replacing all commas with ":", that's the standard form.
https://github.com/kubernetes/release/issues/2549
Do you mind replacing all commas with ":", that's the standard form.
done,
I can also replace cmdutil.IsNotFoundErr by errors.Is like in PR #421 (edit, also done)