func go/scanner.litname
4 uses
go/scanner (current package)
scanner.go#L440: s.error(s.offset, "invalid radix point in "+litname(prefix))
scanner.go#L447: s.error(s.offset, litname(prefix)+" has no digits")
scanner.go#L480: s.errorf(invalid, "invalid digit %q in %s", lit[invalid-offs], litname(prefix))
scanner.go#L491: func litname(prefix rune) string {
 |
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. |