mitchellh / mapstructure

Go library for decoding generic map values into native Go structures and vice versa.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
7.93k stars 677 forks source link

Expected a map, got 'interface' #341

Open du99cy opened 1 year ago

du99cy commented 1 year ago

image

This is a common function for create a item with given model and dto. The issue is summarized like the following: