Requested feature
Make parser for mockgen support type alias, any for interface{}.
Why the feature is needed
Since v1.18, golang support any type alias for interface{}.
Some linters and tools like modernize recommend to use any.
We believe the mockgen parser needs to support the any alias so that we can continue using uber-go/mock alongside these tools.
I want to try this feature develop, could you assign me?
Requested feature
Make parser for mockgen support type alias,
anyforinterface{}.Why the feature is needed
Since v1.18, golang support
anytype alias forinterface{}.Some linters and tools like modernize recommend to use
any.We believe the mockgen parser needs to support the
anyalias so that we can continue using uber-go/mock alongside these tools.I want to try this feature develop, could you assign me?