[ja] apply patch

This commit is contained in:
Shin Kojima
2013-12-26 00:18:28 +09:00
parent 0358fee769
commit a1fe36fb9e

View File

@@ -144,7 +144,7 @@
if err != nil {
fmt.Println(err)
}
e, err := strconv.Itoa("1023")
e, err := strconv.Atoi("1023")
if err != nil {
fmt.Println(err)
}