go-automapper icon indicating copy to clipboard operation
go-automapper copied to clipboard

Try to convert if possible, instead of just panicing

Open nphmuller opened this issue 5 years ago • 0 comments

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.

nphmuller avatar Jun 30 '20 09:06 nphmuller