var strconv.ErrRange

5 uses

	strconv (current package)
		number.go#L246: var ErrRange = errors.New("value out of range")
		number.go#L277: 	return &NumError{fn, stringslite.Clone(str), ErrRange}

	github.com/go-faster/jx
		dec_int.gen.go#L13: var errOverflow = strconv.ErrRange

	net/http
		h2_bundle.go#L3454: 			err = strconv.ErrRange
		h2_bundle.go#L3463: 			err = strconv.ErrRange