You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Generating mocks (reflect mode) fails with
Failed to format generated source code:
if the interface contains methods with generic types.The generated code contains the full package path as the type.
The wrong type is returned from
reflect.typeOf
(see golang/go#55147)Reproduceable with
generated file contains e.g. this method
The text was updated successfully, but these errors were encountered: