-
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(binding): support custom struct tag #2720
Conversation
Add function `binding.MapFormWithTag` (gin-gonic#2719)
Codecov Report
@@ Coverage Diff @@
## master #2720 +/- ##
==========================================
+ Coverage 98.67% 98.70% +0.02%
==========================================
Files 41 41
Lines 2036 2078 +42
==========================================
+ Hits 2009 2051 +42
Misses 15 15
Partials 12 12
Continue to review full report at Codecov.
|
Add 'Bind form-data request with custom struct and custom tag' section (gin-gonic#2719)
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
#2719