-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Add CustomRecovery builtin middleware #2322
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2322 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 41 41
Lines 2348 2356 +8
=======================================
+ Hits 2318 2326 +8
Misses 17 17
Partials 13 13
Continue to review full report at Codecov.
|
👋 Could I get a maintainer's 👀 on this plz? Currently using my fork and would like to not have to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
why still no CustomRecovery in the recovery.go when I download v1.6.3 using go module? |
master
CustomRecovery allows the user to control what happens in the case of a panic without having to re-implement the Recovery middleware