monoculum / formam

a package for decode form's values into struct in Go
Apache License 2.0
190 stars 19 forks source link

[bug] the index field is not emptied when an error occurs in the traverse function #35

Closed emilgpa closed 4 years ago

emilgpa commented 4 years ago

When an error occurs in the traverse function, the current index/key of a slice, array or map is not emptied so the next path is not correctly executed