thedevsaddam / govalidator

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
MIT License
1.32k stars 122 forks source link

Fix longlat validators #108

Open Masihbr opened 2 years ago

Masihbr commented 2 years ago

Current longitude and latitude validator only accepts 6 digits after decimal point, the regex pattern was changed to fix this issue. related to: #98