jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
487 stars 46 forks source link

Is Function Representation Better? #101

Closed KScaesar closed 9 months ago

KScaesar commented 9 months ago

If generated code has the option to express code in the form of functions rather than methods, I think it would be better.

What are your thoughts?

jmattheis commented 9 months ago

Sounds like a duplicate of https://github.com/jmattheis/goverter/issues/77