-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Const sized byte array fail to generate #164
Comments
Do you have a repro of the issue? It does work for me here. |
@ferranbt I'm encountering a different flavor of the issue @karalabe described above, in your example you are defining the 3 - array size constant if I try to use a constant from different (external) package - corresponds to Potentially somewhat related to #179 |
Can you share a small repro of the issue? |
What's also curious is that
Simple example,
|
This is fine:
This blows up with
byte array definition not understood by go/ast
The text was updated successfully, but these errors were encountered: