Merge pull request #248 from go-playground/v8

Merge v8 changes
pull/252/head
Dean Karn 8 years ago committed by GitHub
commit 393130c3f4
  1. 4
      doc.go

@ -280,11 +280,11 @@ validates the number of items.
Not Equal Not Equal
For strings & numbers, eq will ensure that the value is not For strings & numbers, ne will ensure that the value is not
equal to the parameter given. For slices, arrays, and maps, equal to the parameter given. For slices, arrays, and maps,
validates the number of items. validates the number of items.
Usage: eq=10 Usage: ne=10
Greater Than Greater Than

Loading…
Cancel
Save