Support binding for slice/array obj [Rewrite]#2302
Merged
appleboy merged 11 commits intoJan 3, 2021
Conversation
Contributor
Author
|
@thinkerou @appleboy I have rewritten for review issues in #2194 |
Codecov Report
@@ Coverage Diff @@
## master #2302 +/- ##
==========================================
+ Coverage 98.47% 98.49% +0.01%
==========================================
Files 41 41
Lines 1973 1989 +16
==========================================
+ Hits 1943 1959 +16
Misses 17 17
Partials 13 13
Continue to review full report at Codecov.
|
thinkerou
reviewed
Apr 12, 2020
thinkerou
reviewed
Apr 12, 2020
thinkerou
reviewed
Apr 12, 2020
c29edbb to
023a72b
Compare
appleboy
previously approved these changes
Oct 30, 2020
Member
|
@wuhuizuo Please fix the conflicts. |
Contributor
Author
done. |
Member
thinkerou
reviewed
Nov 8, 2020
| assert.Error(t, err) | ||
| } | ||
|
|
||
| feature/array_support_for_json_bind |
Member
|
LGTM but build fail in go master version. See the report: https://travis-ci.org/github/gin-gonic/gin/jobs/742947069 |
Member
appleboy
approved these changes
Nov 16, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
support usage followed:
this pull is rewritten for https://github.com/gin-gonic/gin/pull/2194, avoid to change the validator interface