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
The following program crashes with panic:
package main import "fmt" func main() { fmt.Sprintf("%.[]") }
panic: runtime error: index out of range goroutine 1 [running]: fmt.(*pp).doPrintf(0x2082321a0, 0x104130, 0x4, 0x0, 0x0, 0x0) src/fmt/print.go:1134 +0x2251 fmt.Sprintf(0x104130, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) src/fmt/print.go:207 +0x3b5 main.main() fmt.go:6 +0x44
go version devel +fbb4c74 Sat May 2 02:48:32 2015 +0000 darwin/amd64
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/9636 mentions this issue.
Sorry, something went wrong.
325642e
No branches or pull requests
The following program crashes with panic:
go version devel +fbb4c74 Sat May 2 02:48:32 2015 +0000 darwin/amd64
The text was updated successfully, but these errors were encountered: