Skip to content
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

Refactor errors and add support for Go 1.13 errors #124

Merged
merged 7 commits into from Oct 9, 2020
Merged

Conversation

mafredri
Copy link
Owner

@mafredri mafredri commented Oct 7, 2020

Forgot about this, requested in #123.

Todo:

  • Remove reference to xerrors
  • Recheck code base for missing unwrappers

Closes #123.

@codecov
Copy link

codecov bot commented Oct 7, 2020

Codecov Report

Merging #124 into master will decrease coverage by 1.6%.
The diff coverage is 60.6%.

@@           Coverage Diff            @@
##           master    #124     +/-   ##
========================================
- Coverage    86.1%   84.5%   -1.6%     
========================================
  Files          20      21      +1     
  Lines        1020     901    -119     
========================================
- Hits          878     761    -117     
+ Misses        111     106      -5     
- Partials       31      34      +3     

@mafredri mafredri changed the title WIP: Implement Wrapper for errors Add support for Go 1.13 errors Oct 8, 2020
@mafredri mafredri changed the title Add support for Go 1.13 errors Refactor errors and add support for Go 1.13 errors Oct 9, 2020
@mafredri mafredri merged commit 0ea84f3 into master Oct 9, 2020
@mafredri mafredri deleted the go2errors branch October 9, 2020 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-wrapped error
1 participant