Releases: jadegopher/structs
Releases · jadegopher/structs
v1.2.0 module renamed
module renamed
v1.1.0 SetValuesFromMap method added
Full Changelog: v1.0.0...v1.1.0
SetValuesFromMap allows to apply map values to struct.
Map with values must have similar structure.
You must provide struct pointer to utilise this function.
Also changed interface{} to generic type