package correct import "strconv" func Itoa(i int) string { return strconv.Itoa(i) }