jmattheis / goverter

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

fix: panic on error type #103

Closed jmattheis closed 10 months ago

jmattheis commented 10 months ago

Types in the universe scope (like error) don't have a package.

See #102