- The example demonstrates how to implement data validation in Go.
- The article of this repo https://blog.stackpuz.com/implement-data-validation-in-go/
- To find more resources, please visit https://stackpuz.com
- Go 1.21
- Clone this repository
git clone https://github.com/stackpuz/Example-Validation-Go
- Install the dependencies
go mod tidy
- Run project
go run main.go
- Navigate to http://localhost:8080