const encoding/json.scanError
12 uses
encoding/json (current package)
indent.go#L43: if v == scanError {
indent.go#L52: if scan.eof() == scanError {
indent.go#L93: if v == scanError {
indent.go#L138: if scan.eof() == scanError {
scanner.go#L34: if scan.step(scan, c) == scanError {
scanner.go#L38: if scan.eof() == scanError {
scanner.go#L129: scanError // hit an error, scanner.err.
scanner.go#L159: return scanError
scanner.go#L171: return scanError
scanner.go#L585: return scanError
scanner.go#L592: return scanError
stream.go#L118: case scanError:
![]() |
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. |