Hi,
I'm working on an application that uses gorilla/schema. I assumed the decoding behavior worked like e.g. encoding/json, where Unmarshal ignores fields in the json document
that do not have corresponding fields in the target Struct type. However, schema returns an "invalid path" error.
Is this the intended behavior, or would you be open to pull requests that make schema ignore form fields that do not have corresponding fields in the Struct?