govalidator
govalidator copied to clipboard
added IsDecimal function to validator.go, issue #467
issue #467 add IsDecimal function which returns true if string is null or ParseFloat method does not generate an error. if the string does not contain a "." , the function will return false