monoculum / formam

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

empty strings were being skipped #10

Closed markbates closed 7 years ago

markbates commented 7 years ago

Formam was previously skipping fields where the value was "". This is an acceptable value. By skipping these fields it means it was impossible to "empty" out a field using a form.

emilgpa commented 7 years ago

Nice. Thanks you 👍

markbates commented 7 years ago

Thanks.