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
Please answer these questions before submitting your issue. Thanks!
go version
1.6.2 darwin/amd64, the version running on the playground
1.6.2 darwin/amd64
go env
Mac OS X 10.11 "El Capitan", amd64
Go Playground link
package main import ( "fmt" "strconv" ) func main() { fmt.Println(strconv.Atoi("Invalid integer")) }
strconv.Atoi: parsing "Invalid integer": invalid syntax
strconv.ParseInt: parsing "Invalid integer": invalid syntax
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/28474 mentions this issue.
Sorry, something went wrong.
3a67d59
pkg/util/env: update error message for go1.8
4f63e68
The error message check was incorrect when Go fixed golang/go#16980 in Go1.8 Signed-off-by: Jess Frazelle <acidburn@google.com>
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.6.2 darwin/amd64
, the version running on the playgroundWhat operating system and processor architecture are you using (
go env
)?Mac OS X 10.11 "El Capitan", amd64
What did you do?
Go Playground link
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: