Merge pull request #232 from qinhanlei/patch-8

Update 07.6.md
This commit is contained in:
astaxie
2013-07-29 05:37:45 -07:00

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