-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: optimize code and bug fix #13
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #13 +/- ##
==========================================
- Coverage 78.65% 76.10% -2.56%
==========================================
Files 7 8 +1
Lines 567 724 +157
==========================================
+ Hits 446 551 +105
- Misses 103 144 +41
- Partials 18 29 +11
☔ View full report in Codecov by Sentry. |
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.
A perfect PR!
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.
Fiber's middleware method Fiber's
not support:
So bad, need many changes to do.... |
Let me make a test, too. |
How about middleware repeat? Fiber doesn't support register middleware for a route. |
I'll make a deeper test. |
Closes goravel/goravel#237
📑 Description
gin
的有关修改fiber
中间件只能全局生效的问题,🐛 Not Found Handler wih subgroup middleware gofiber/fiber#1959QueryArray
和QueryMap
函数的问题✅ Checks
ℹ Additional Information