go · go/strconv.ErrRange
strconv.ErrRange
Value Out Of Range
Returned by strconv parsing functions when the input value is syntactically valid but falls outside the range of the target type (e.g. parsing '300' into a uint8). Use a wider type or validate the value before converting.