var strconv.ErrRange
9 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}
flag
flag.go#L119: if ne.Err == strconv.ErrRange {
golang.org/x/net/http2
gotrack.go#L154: err = strconv.ErrRange
gotrack.go#L163: err = strconv.ErrRange
google.golang.org/protobuf/internal/encoding/text
decode_token.go#L324: if nerr.Err == strconv.ErrRange {
decode_token.go#L348: if nerr.Err == strconv.ErrRange {
net/http
h2_bundle.go#L3454: err = strconv.ErrRange
h2_bundle.go#L3463: err = strconv.ErrRange
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)