gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
574 stars 38 forks source link

feat: added support for generic interfaces #67

Closed defaulterrr closed 1 year ago

defaulterrr commented 1 year ago

I noticed an issue about missing support for generics and figured i'd try to solve it

This PR adds support for generic interfaces by extending the template and analysis of an ast tree

What i did:

Additional changes:

Closes #63

hexdigest commented 1 year ago

Hi @defaulterrr

This is an awesome PR, thanks for your contribution!

hexdigest commented 1 year ago

It is available now in v3.1.1