We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two occurrences of
hdr.Len = uintptr(n)
it doesn't compile.
The text was updated successfully, but these errors were encountered:
Thanks.
Yeah, reflect.StructTag.Len is int, not uintptr.
Sorry, something went wrong.
CL https://golang.org/cl/32828 mentions this issue.
9d139ac
No branches or pull requests
There are two occurrences of
it doesn't compile.
The text was updated successfully, but these errors were encountered: