var strconv.ErrRange
8 uses
strconv (current package)
atoc.go#L15: if x.Err == ErrRange {
atoi.go#L18: var ErrRange = errors.New("value out of range")
atoi.go#L57: return &NumError{fn, cloneString(str), ErrRange}
atoi.go#L222: if err != nil && err.(*NumError).Err != ErrRange {
flag
flag.go#L119: if ne.Err == strconv.ErrRange {
github.com/go-faster/jx
dec_int.gen.go#L13: var errOverflow = strconv.ErrRange
net/http
h2_bundle.go#L3219: err = strconv.ErrRange
h2_bundle.go#L3228: err = strconv.ErrRange
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |