go/scanner.Scanner.errorf (method)
5 uses
go/scanner (current package)
scanner.go#L153: func (s *Scanner) errorf(offs int, format string, args ...interface{}) {
scanner.go#L454: s.errorf(s.offset, "%q exponent requires decimal mantissa", s.ch)
scanner.go#L456: s.errorf(s.offset, "%q exponent requires hexadecimal mantissa", s.ch)
scanner.go#L480: s.errorf(invalid, "invalid digit %q in %s", lit[invalid-offs], litname(prefix))
scanner.go#L928: s.errorf(s.file.Offset(pos), "illegal character %#U", ch)
 |
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. |