New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should consider using pkg/errors #717
Comments
|
I have used this package many times. It has a small footprint but provides great value. |
Sounds good to me. I would prefer not to have to manually wrap errors all the time; some sugar to make this simple would be my desire. Love the stack traces! |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/close |
|
@jmrodri: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/close |
We should consider using the errors package to wrap errors and keep the context of errors as they are bubbled up.
@maleck13 suggested this while commenting on #716
I think a simple proposal of how this would be used, and how we would go about adding it to our codebase is something that should be considered.
The text was updated successfully, but these errors were encountered: