Golang parameter validation: drawbacks of go-playground/validator and its replacement checkerParameter validation in Golang, go-playground/validator is mostly used (gin framework uses valudator v8/v9).Dec 14, 2020Dec 14, 2020
Flexible,configurable struct validation in GolangWhen validationg struct value in Golang, the process might be tedious, sometimes awkward when rules are coupled tightly. This story will…Nov 28, 2020Nov 28, 2020