We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following program:
package main import "fmt" func main() { var g = 1e81391777742999 fmt.Println(g) }
prints:
1e+151
That's a wrong answer.
go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64