Merge commit '9eeb929f9ecee3112c05a59ed519baef63c62408' into ja

This commit is contained in:
Shin Kojima
2013-12-26 00:12:21 +09: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>)