validate
Validator library
A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures.
This package provides a framework for writing validations for Go applications.
94 stars
9 watching
22 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
gogobuffalogolangmodelspopvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
twharmon/govalid | Struct validation using tags | 46 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
guiferpa/gody | A lightweight struct validator for Go. | 79 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
marrow16/valix | A package for validating API requests before they are processed by an application. | 29 |
boostport/address | A Go library for validating and formatting addresses using data from Google's Address Data Service. | 90 |
axot017/validate | An OCaml library for automatically generating and utilizing validation functions through annotations. | 16 |
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 |
google/go-attestation | Provides high-level primitives for remote machine identity and state validation across various platforms and TPMs. | 357 |