const go/token.INT
8 uses
go/token (current package)
token.go#L30: INT // 12345
token.go#L137: INT: "INT",
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/printer
nodes.go#L986: if lit.Kind != token.INT && lit.Kind != token.FLOAT && lit.Kind != token.IMAG {
printer.go#L849: case token.INT:
go/scanner
scanner.go#L415: tok = token.INT
scanner.go#L479: if tok == token.INT && invalid >= 0 {
 |
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. |