go-validator
There are 14 repositories under go-validator topic.
thedevsaddam/govalidator
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
mikekonan/go-types
Library providing opanapi3 and Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types.
utahta/go-validator
Data validation library for Go
gabrielmaialva33/go-modules-api
🧩 An open-source API to manage hub client modules built with Go. 📦
shariarfaisal/validator
Schema validator in go
goindow/validator
Package validator 实现了一个支持场景/国际化/自定义错误/自定义验证规则的 map[string]interface{} 元素批量验证器
evgeniy-dammer/building-microservices-with-go
Building Microservices with Go course by Nicholas Jackson
fanchann/nik-parser
NIK (Nomor Induk Kependudukan) parser written in golang
JubaerHossain/validation
Go validation package is a package for validating Go structs and their fields based on configurable tags. The package offers various validation rules such as required, email, max, min, and many more to validate the fields of the struct. The package provides a simple and efficient way to validate data before inserting it into the database or using
patrickkabwe/go-validator
Go Validator is a simple package for validating email addresses, URLs, IP addresses, and empty fields in Go. It also provides a way to validate struct fields using struct tags.
TKPM-2023/helmet-shop
Helmet Shop Backend Project With Golang, Gorm, MySQL, Docker
yudai2929/cmvalidator
Custom validation error messages for Go structs.
ralvarezdev/go-validator
Struct validator through reflection for Golang projects