String to int in golag

int_val, err := strconv.Atoi(string_val)
Grumpy Gemsbok