validator

Validator

Package provides a comprehensive validation framework for Go structs and fields

100Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving

GitHub

17k stars
124 watching
1k forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists

error-handlingtranslationvalidation

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
asaskevich/govalidator Package of validators and sanitizers for strings, structs, and collections 6,061
go-ozzo/ozzo-validation A validation package for Go that uses normal programming constructs to validate data and provides customizable error messages. 3,795
gobuffalo/validate A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. 95
guiferpa/gody A lightweight struct validator for Go. 91
gookit/validate A comprehensive data validation and filtering tool for Go 1,079
cinar/checker A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. 10
twharmon/govalid Struct validation using tags 51
tiendc/go-validator A fast and intuitive validation library for Go that uses pre-existing Is... functions from the govalidator project. 22
go-the-way/validator A lightweight model validator written in Go. 7
jgroeneveld/schema Expresses validation rules for JSON data structures in a structured way 21
mccoyst/validate A tool to automatically validate fields with tags in Go programs 61
thedevsaddam/govalidator Validate golang request data with simple rules inspired by Laravel's request validation 1,324
mwitkow/go-proto-validators Automates validation of Go proto structs based on .proto annotations. 1,088
truemail-rb/truemail-go A Golang package for validating and verifying email addresses using multiple methods including regex, DNS, and SMTP 106
bdjimmy/gbind Library for parameter binding and validation in Go web applications 10