Christoffer Jerrebo

Results 2 issues of Christoffer Jerrebo

Resolves https://github.com/uber-go/mock/issues/55

*Requested feature* Generate typed `Times()`, just as `Return`, `Do` and `DoAndReturn` *Why the feature is needed* I would like both of these cases supported: ```golang // Supported, Return is typed...