Tags: jpreese/validator
Tags
Fix time.Duration parsing for int param (go-playground#678) This fixes an issue where if the param of a time.Durtion type is specified as an integer, denoting nanosecond precision, instead of time duration string the validation would panic. the fixes ensures it falls back to the previous expected behaviour.
Added Translation for pt (go-playground#613) * Added translations for portuguese [pt]
Merge pull request go-playground#575 from psampaz/datetime Add datetime validation
PreviousNext