Compare commits
No commits in common. "master" and "master" have entirely different histories.
1 changed files with 1 additions and 5 deletions
6
forms.go
6
forms.go
|
@ -48,11 +48,7 @@ func decode(form Values, rv reflect.Value, prefix string) error {
|
|||
continue
|
||||
}
|
||||
|
||||
err := tu.UnmarshalText([]byte(v[0]))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
tu.UnmarshalText([]byte(v[0]))
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue