Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -48,11 +48,7 @@ func decode(form Values, rv reflect.Value, prefix string) error {
continue continue
} }
err := tu.UnmarshalText([]byte(v[0])) tu.UnmarshalText([]byte(v[0]))
if err != nil {
return err
}
continue continue
} }