var strconv.ErrRange
6 uses
strconv (current package)
atoc.go#L17: if x.Err == ErrRange {
atoi.go#L21: var ErrRange = errors.New("value out of range")
atoi.go#L52: return &NumError{fn, stringslite.Clone(str), ErrRange}
atoi.go#L217: if err != nil && err.(*NumError).Err != ErrRange {
net/http
h2_bundle.go#L3224: err = strconv.ErrRange
h2_bundle.go#L3233: err = strconv.ErrRange
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |