vburenin / ifacemaker

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

Extend file option to accept file globs #39

Closed Ntr0 closed 5 years ago

Ntr0 commented 5 years ago

It is now possible to specify file globs using the -f option. E.g.:

$ ifacemaker -f pkg/*.go -i API -s Client -pkg service
vburenin commented 5 years ago

+! Thanks a lot for your effort and contribution!