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 { if err != nil {
fmt.Println(err) fmt.Println(err)
} }
e, err := strconv.Itoa("1023") e, err := strconv.Atoi("1023")
if err != nil { if err != nil {
fmt.Println(err) fmt.Println(err)
} }