Merge commit '9eeb929f9ecee3112c05a59ed519baef63c62408' into ja
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
e, err := strconv.Itoa("1023")
|
||||
e, err := strconv.Atoi("1023")
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
@@ -154,4 +154,4 @@
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [文件操作](<07.5.md>)
|
||||
* 下一节: [小结](<07.7.md>)
|
||||
* 下一节: [小结](<07.7.md>)
|
||||
|
||||
Reference in New Issue
Block a user