What the function created to create an int value from a string
i := ???.????( "10" )
Import the package strconv(src / pkg / strconv), then usestrconv.Atoi("10")
strconv
strconv.Atoi("10")