Popular repositories Loading
-
-
-
-
modbus
modbus PublicForked from goburrow/modbus
Fault-tolerant implementation of modbus protocol in Go (golang)
Go 1
-
nginx
nginx PublicForked from nginx/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to …
C
32 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 commit in 1 repository
Created a pull request in swaggo/swag that received 1 comment
Extension: collectionFormat in struct tag
Describe the PR collectionFormat in struct tag Relation issue #1988
Reviewed 1 pull request in 1 repository
swaggo/swag
1 pull request
-
fix: Issue #1980
This contribution was made on Mar 8
Created an issue in swaggo/swag that received 4 comments
Extension: collectionFormat in struct tag.
@sdghchj in my case it doesn't work even for formData: type Params struct { Status []uint `form:"status" collectionFormat:"multi"` // The Status ids…