go-automapper
go-automapper copied to clipboard
Try to convert if possible, instead of just panicing
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 types that can be converted.