Update 07.6.md

This commit is contained in:
WingStone
2013-07-29 20:25:00 +08:00
parent 6cff3fa0ff
commit 9eeb929f9e

View File

@@ -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>)