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.
Requested feature Mockgen should be able to parse an array using a binary expression or parenthesis in its length. They are not parsed correctly yet.
e.g. [1 + 2]int, [(2)]int
Why the feature is needed
As they are available expressions in the Go specifications, Mockgen should be able to handle them.
(Optional) Proposed solution A clear description of a proposed method for
More work needs to be done on the changes were made in #520 and #569
The text was updated successfully, but these errors were encountered:
Requested feature
Mockgen
should be able to parse an array using a binary expression or parenthesis in its length. They are not parsed correctly yet.e.g.
[1 + 2]int
,[(2)]int
Why the feature is needed
As they are available expressions in the Go specifications,
Mockgen
should be able to handle them.(Optional) Proposed solution A clear description of a proposed method for
More work needs to be done on the changes were made in #520 and #569
The text was updated successfully, but these errors were encountered: