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

Why not custom message with rule between when value is float32 and float64? #95

Open huypvw opened 4 years ago

huypvw commented 4 years ago

In this file: https://github.com/thedevsaddam/govalidator/blob/9aa754d584410c79e165fe6897bae5643dea6b90/rules.go

In case value is float32 or float64, you return a message and it can not custom. Why?