-
Notifications
You must be signed in to change notification settings - Fork 52
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
generator: int & int64 & uint - not supported ? #180
Comments
Can you share a repro of the struct that fails? |
What's also curious is that
looking more into it - I believe the issue is only showing up when struct fields start with capital letter (and have int or int64 or uint type):
|
I was able to reproduce it. There are two issues:
|
I'm trying to use generator and encounter the following error(s):
int
int64
uint
It seems
uint64
works fine, is there a reason those 3 can't bessz
-encoded ?The text was updated successfully, but these errors were encountered: