We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For the following program:
package main var f = 7 / "0"[0]
go tool compile says:
go tool compile
tmp.go:2: constant 1197 overflows byte
Now sure where 1197 came from, but it must be 0 and the program must compile successfully.
go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64