From a5d0ef37b8327b10841b0977666604bf1a26ce9f Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Thu, 23 Jul 2015 12:30:29 -0400 Subject: [PATCH] update doc.go, some v5 specific notes were left. --- doc.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc.go b/doc.go index df2db9f..6733893 100644 --- a/doc.go +++ b/doc.go @@ -121,11 +121,6 @@ Here is a list of the current built in validators: gt=0 will be applied to [] []string will be spared validation required will be applied to string - NOTE: in Example2 if the required validation failed, but all others passed - the hierarchy of FieldError's in the middle with have their IsPlaceHolder field - set to true. If a FieldError has IsSliceOrMap=true or IsMap=true then the - FieldError is a Slice or Map field and if IsPlaceHolder=true then contains errors - within its SliceOrArrayErrs or MapErrs fields. required This validates that the value is not the data types default value.