I built ginvalidator — middleware-based request validation for Gin, modeled on express-validator
📰 Dev.to · Gbubemi Attah
Here's how validation in a Gin handler usually goes. You bind JSON to a struct. You write...
Here's how validation in a Gin handler usually goes. You bind JSON to a struct. You write...