Skip to content
#

go-validator

Here are 14 public repositories matching this topic...

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

  • Updated Apr 8, 2023
  • Go

Improve this page

Add a description, image, and links to the go-validator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the go-validator topic, visit your repo's landing page and select "manage topics."

Learn more