const go/token.CHAR
5 uses
go/token (current package)
token.go#L33: CHAR // 'a'
token.go#L140: CHAR: "CHAR",
go/parser
parser.go#L1154: case token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING:
parser.go#L2226: token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands
go/scanner
scanner.go#L829: tok = token.CHAR
 |
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. |