const internal/strconv.ErrRange
13 uses
internal/strconv (current package)
atoc.go#L43: if err != ErrRange {
atoc.go#L78: if err != ErrRange {
atof.go#L547: err = ErrRange
atof.go#L609: err = ErrRange
atof.go#L660: err = ErrRange
atoi.go#L19: ErrRange
atoi.go#L27: case ErrRange:
atoi.go#L127: return maxVal, ErrRange
atoi.go#L134: return maxVal, ErrRange
atoi.go#L191: if err != nil && err != ErrRange {
atoi.go#L201: return int64(cutoff - 1), ErrRange
atoi.go#L204: return -int64(cutoff), ErrRange
strconv
number.go#L235: case strconv.ErrRange:
![]() |
The pages are generated with Golds v0.8.4. (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. |