mapstructure
mapstructure copied to clipboard
Fix: Wrong target type restriction when decoding struct to map
This allows to map structures into typed maps. The typed map type must match the structure type.
Test have been added.
Fixes #311