Greetings,
I have land on your lovely package, and it may fix my frustrations of mapstructure and now inactive structs.
What is not obvious from documentation, is how is structs2 related to mapstructure and structs. My understanding so far is that it only replaces structs, i.e. covers Go struct -> map[string]interface{} conversion, but for the other way around, one should still use mapstructure.
Please add some information about what gaps struct2 fills in.
Also, I am keen on helping you with structs2 package.
Greetings,
I have land on your lovely package, and it may fix my frustrations of
mapstructureand now inactivestructs.What is not obvious from documentation, is how is
structs2related tomapstructureandstructs. My understanding so far is that it only replacesstructs, i.e. coversGo struct -> map[string]interface{}conversion, but for the other way around, one should still usemapstructure.Please add some information about what gaps
struct2fills in.Also, I am keen on helping you with
structs2package.