order
This commit is contained in:
parent
3ead9c1397
commit
0d0ceb7956
@ -38,5 +38,3 @@ func main() {
|
||||
_, e := strconv.Atoi("wat")
|
||||
fmt.Println(e)
|
||||
}
|
||||
|
||||
// Next we'll look at another common parsing task: URLs.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user