func strconv.syntaxError
14 uses
strconv (current package)
atob.go#L17: return false, syntaxError("ParseBool", str)
atoc.go#L89: return 0, syntaxError(fnParseComplex, orig)
atoc.go#L102: return 0, syntaxError(fnParseComplex, orig)
atof.go#L571: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L605: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L622: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L656: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L693: return 0, syntaxError(fnParseFloat, s)
atoi.go#L36: func syntaxError(fn, str string) *NumError {
atoi.go#L64: return 0, syntaxError(fnParseUint, s)
atoi.go#L131: return 0, syntaxError(fnParseUint, s0)
atoi.go#L135: return 0, syntaxError(fnParseUint, s0)
atoi.go#L153: return 0, syntaxError(fnParseUint, s0)
atoi.go#L183: return 0, syntaxError(fnParseInt, s)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |