kevinconway / wrapgen

Interface wrapper generator for Go
Apache License 2.0
26 stars 9 forks source link

Add import deduplication, ImportsWithSources and another example #14

Closed bancek closed 3 years ago

bancek commented 3 years ago

I've added overrider example to show why ImportsWithSources would be necessary.

kevinconway commented 3 years ago

Thanks for the PR. You fixed a bug, demonstrated the use case, added tests for your change, and made the patch backwards compatible. I really appreciate this kind of PR. Easy choice to merge.

kevinconway commented 3 years ago

Tagged at v2.5.0.

bancek commented 3 years ago

Thanks for merging 😊