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.
The following program prints " 0", while it should produce an error.
package main import "fmt" func main() { fmt.Printf("%q\n", fmt.Sprintf("%184467440737095516170v", 0)) }