golang convert int to string

First, import the "strconv" package. Then, use the strconv.Itoa() function to convert the int to a string. This function takes the integer as a parameter and returns the corresponding string.