feat(form): add custom string slice for form tag unmarshal (#3970)#3971
feat(form): add custom string slice for form tag unmarshal (#3970)#3971appleboy merged 1 commit intogin-gonic:masterfrom
Conversation
|
format the code for better review. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3971 +/- ##
==========================================
- Coverage 99.21% 99.05% -0.16%
==========================================
Files 42 44 +2
Lines 3182 2755 -427
==========================================
- Hits 3157 2729 -428
+ Misses 17 15 -2
- Partials 8 11 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
please add test case |
Test cases have been added, please review them again. Thank you. |
|
Is it possible to add this for arrays as well? A use case for me would be converting a UUID to a binary uuid, which is a |
Yes. There will be some custom arrays for business purposes, such as Mongo's ObjectID, which is a [12]byte. |
Resolves #3970