thedevsaddam/govalidator

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

Opened this issue · 0 comments

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?