helper/validation: Fix validation package
That'll teach me to use the GitHub merge conflict resolver :P
This commit is contained in:
parent
6c03958d4b
commit
61971f2dde
|
@ -159,6 +159,7 @@ func ValidateListUniqueStrings(v interface{}, k string) (ws []string, errors []e
|
|||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// ValidateRegexp returns a SchemaValidateFunc which tests to make sure the
|
||||
|
|
Loading…
Reference in New Issue