Linting, README update, drone CI recipe update.

This commit is contained in:
2019-12-03 21:28:26 +05:00
parent 169b9499fe
commit 50fa32a8ab
5 changed files with 17 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ func main() {
//stringToValidate := " I am pretty b@d $tring"
valiwork.RegisterValidator(stringValidatorName, stringValidator)
_ = valiwork.RegisterValidator(stringValidatorName, stringValidator)
}
func stringValidator(thing interface{}, optional ...interface{}) []interface{} {