validate
Validator
A comprehensive data validation and filtering tool for Go
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
1k stars
23 watching
116 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
filtergovalidatorvalidatevalidationvalidatorverification
Related projects:
Repository | Description | Stars |
---|---|---|
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
twharmon/govalid | Struct validation using tags | 46 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
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 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
mccoyst/validate | A tool to automatically validate fields with tags in Go programs | 61 |
gookit/filter | A utility package for processing and transforming data in Golang applications. | 151 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
roblaszczak/go-cleanarch | A tool to validate and enforce Clean Architecture rules in Go projects | 874 |
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 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |