String to int in golag
int_val, err := strconv.Atoi(string_val)
Grumpy Gemsbok
int_val, err := strconv.Atoi(string_val)