go-automapper
go-automapper copied to clipboard
Automatically map between types in go
hi In new approach I change sign function and now we can use like this : `des := Map[struct{ Children []testClass2 }](source)`
Some structs cannot be mapped by simply traversing the fields, because they simply don't export any. For example `time.Time`. This allows these structs to be set by checking if the...
Try to convert if possible, instead of just panicing with "Currently not supported". Convert will panic anyway if the conversion is not possible, and this way we support mapping of...
Hello! We are using in productino your tool and we really like it. However we would really appreciate if you could create a release of this tool so we have...