For example, When defining a field like this ``` go type Config struct { Nested struct { MapField map[string]int `flatpack:"-"` Number int } } ``` flatpack shouldn't complain about the `MapField` using unsupported type.
For example,
When defining a field like this
flatpack shouldn't complain about the
MapFieldusing unsupported type.