govalidator
govalidator copied to clipboard
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary It would be nice...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...
The gin framework I use will cause fatal errors when there are too many concurrent accesses. fatal error: concurrent map writes ``` // implements the binding.StructValidator type customValidator struct{} func...
| Q | A |---------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...
| Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break | no | New Feature | yes | RFC | yes |...
| Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary I would like to...
| Q | A |-------------- | ------ | BC Break | yes ### Description #### Expected behavior `go get gopkg.in/asaskevich/govalidator v11.0.1` and `go get gopkg.in/asaskevich/govalidator.v11` should work #### Current behavior...
### BC Break Report This package is not versioned in the go.mod | Q | A |------------ | ------ | Version | v11.0.1 #### Summary When I do a get...