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
package p
func f() { byte = 0 }
In both Go 1.5 and Go 1.6 prints:
/tmp/x.go:4: type byte is not an expression /tmp/x.go:4: cannot assign to .byte
That's fine except for the dot in .byte - where did that come from?
.byte
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/18738 mentions this issue.
Sorry, something went wrong.
5395846
No branches or pull requests
package p
In both Go 1.5 and Go 1.6 prints:
That's fine except for the dot in
.byte
- where did that come from?The text was updated successfully, but these errors were encountered: