forked from Fuyu/forms
Compare commits
No commits in common. "v0.1.1" 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
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
err := tu.UnmarshalText([]byte(v[0]))
|
tu.UnmarshalText([]byte(v[0]))
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue