This commit is contained in:
Mark McGranaghan 2012-10-26 07:35:50 -07:00
parent 3ead9c1397
commit 0d0ceb7956
2 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,3 @@ func main() {
_, e := strconv.Atoi("wat")
fmt.Println(e)
}
// Next we'll look at another common parsing task: URLs.

View File

@ -5,3 +5,5 @@ $ go run number-parsing.go
789
135
strconv.ParseInt: parsing "wat": invalid syntax
# Next we'll look at another common parsing task: URLs.