monoculum / formam

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

Change the way to access a map from html #6

Closed emilgpa closed 8 years ago

emilgpa commented 8 years ago

The way to access a map should be by [] like array.

The current way not give possibility to name a key as "go.lang" or "2.2"...