uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.82k stars 104 forks source link

add support for generics in reflect mode #136

Closed MartinForReal closed 6 months ago

MartinForReal commented 6 months ago

Parse TypeParameters from type name only when "[]" is present in type name. related: #128

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

MartinForReal commented 6 months ago

@r-hang PTAL. Thanks!

bcho commented 6 months ago

Does your implementation work for cases like

bcho commented 6 months ago

also see: https://github.com/uber-go/mock/issues/97