validator
Validator
Package provides a comprehensive validation framework for Go structs and fields
Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
17k stars
124 watching
1k forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
error-handlingtranslationvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
| Package of validators and sanitizers for strings, structs, and collections | 6,061 |
| A validation package for Go that uses normal programming constructs to validate data and provides customizable error messages. | 3,795 |
| A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 95 |
| A lightweight struct validator for Go. | 91 |
| A comprehensive data validation and filtering tool for Go | 1,079 |
| A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 10 |
| Struct validation using tags | 51 |
| A fast and intuitive validation library for Go that uses pre-existing Is... functions from the govalidator project. | 22 |
| A lightweight model validator written in Go. | 7 |
| Expresses validation rules for JSON data structures in a structured way | 21 |
| A tool to automatically validate fields with tags in Go programs | 61 |
| Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
| Automates validation of Go proto structs based on .proto annotations. | 1,088 |
| A Golang package for validating and verifying email addresses using multiple methods including regex, DNS, and SMTP | 106 |
| Library for parameter binding and validation in Go web applications | 10 |