subtle-byte / mockigo

Fastly generate type-safe mocks | WARN: development is on the pause
MIT License
22 stars 3 forks source link

No support for private interfaces #8

Closed shackra closed 1 year ago

shackra commented 1 year ago

title.

It appears that your interfaces need to be exported; otherwise they won't be picked by mocking. This is not ideal if you have interfaces for things you want to test within your package.

subtle-byte commented 1 year ago

Thanks, I pushed the fix

shackra commented 1 year ago

Implemented at 36f21e3deccee8240a3a6918ca66b03e3fbbabd2