10 lines
155 B
Bash
10 lines
155 B
Bash
$ go run number-parsing.go
|
|
1.234
|
|
123
|
|
456
|
|
789
|
|
135
|
|
strconv.ParseInt: parsing "wat": invalid syntax
|
|
|
|
# Next we'll look at another common parsing task: URLs.
|