mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
修改例子的输出错误 (#559)
This commit is contained in:
@@ -106,11 +106,11 @@ func main() {
|
||||
Parsing "1 2 3 4 5":
|
||||
[1 2 3 4 5]
|
||||
Parsing "100 50 25 12.5 6.25":
|
||||
pkg parse: error parsing "12.5" as int
|
||||
pkg: pkg parse: error parsing "12.5" as int
|
||||
Parsing "2 + 2 = 4":
|
||||
pkg parse: error parsing "+" as int
|
||||
pkg: pkg parse: error parsing "+" as int
|
||||
Parsing "1st class":
|
||||
pkg parse: error parsing "1st" as int
|
||||
pkg: pkg parse: error parsing "1st" as int
|
||||
Parsing "":
|
||||
pkg: no words to parse
|
||||
```
|
||||
|
Reference in New Issue
Block a user