-
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
feat(engine): Added OptionFunc
and With
#3572
Conversation
@appleboy Does lint information, unrelated to PR, need to be processed? |
lint see #3584 |
already fixed in #3583, Please rebase the PR. |
It's already done |
😢 |
Okay, I'm tweaking related errors, this is devastating. 😂 |
Signed-off-by: Flc゛ <four_leaf_clover@foxmail.com>
@appleboy Please try again. 3Q |
Codecov Report
@@ Coverage Diff @@
## master #3572 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 42 42
Lines 3151 3156 +5
=======================================
+ Hits 3108 3113 +5
Misses 29 29
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
OptionFunc
and With
OptionFunc
and With
@flc1125 Thanks. |
I would like to add an
OptionFunc
to facilitate Gin configuration.Before:
But now: