A type-safe, expressive, and extensible validator library for Golang
Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics. Getting started Install in your project: Import in your code: Note: You can use any other aliases instead of v or just reference the package valgo directly. Using Valgo Validation session The Validation session in Valgo is the main structure for validating one or […]