govalid
Validator
Struct validation using tags
Struct validation using tags
46 stars
7 watching
7 forks
Language: Go
last commit: 7 days ago
Linked from 2 awesome lists
govalidation
Related projects:
Repository | Description | Stars |
---|---|---|
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
guiferpa/gody | A lightweight struct validator for Go. | 79 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
lyonnee/hvalid | A lightweight validation library written in Go language to validate data of various types. | 11 |
shezadkhan137/required | A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. | 60 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
gangachris/ng-validators | A set of reusable validation functions for Angular forms. | 0 |
oudwins/zog | A Go library that provides runtime schema validation with Zod-inspired simplicity and expressiveness | 190 |
mccoyst/validate | A tool to automatically validate fields with tags in Go programs | 61 |