Renames Validate() to validate()

This commit is contained in:
Manu Mtz-Almeida
2015-05-31 16:30:00 +02:00
parent fecde9fed6
commit 0c9f086b74
6 changed files with 14 additions and 12 deletions

View File

@ -53,7 +53,7 @@ func Default(method, contentType string) Binding {
}
}
func Validate(obj interface{}) error {
func validate(obj interface{}) error {
if Validator == nil {
return nil
}