vburenin / ifacemaker

Generate interfaces from structure methods.
Apache License 2.0
320 stars 43 forks source link

Fix imported packages ending with the name of the current package being incorrectly replaced #43

Closed Peter-Maguire closed 4 years ago

Peter-Maguire commented 4 years ago

Fixes #42. I've modified a test too to test the scenario the bug was present in. I wasn't sure how you were laying out the tests so I just added it a relevant test. Please let me know if you want me to change that.

vburenin commented 4 years ago

Thanks a lot for contribution!