Tom Moulard

Results 11 issues of Tom Moulard

This PR adds support for `*types.Array`. Usefull when mocking an interface that look like this: ```go type Foo interface { Bar(toto struct{titi string}) } ``` Current mocktail output ``` >...