const go/token.FUNC
13 uses
go/token (current package)
token.go#L110: FUNC
token.go#L211: FUNC: "func",
go/parser
parser.go#L933: pos := p.expect(token.FUNC)
parser.go#L1042: case token.FUNC:
parser.go#L1168: case token.FUNC:
parser.go#L2226: token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands
parser.go#L2438: pos := p.expect(token.FUNC)
parser.go#L2505: case token.FUNC:
go/printer
nodes.go#L800: p.print(x.Type.Pos(), token.FUNC)
nodes.go#L947: p.print(token.FUNC)
nodes.go#L1770: p.print(d.Pos(), token.FUNC, blank)
nodes.go#L1806: tok = token.FUNC
nodes.go#L1832: p.linebreak(p.lineFor(d.Pos()), min, ignore, tok == token.FUNC && p.numLines(d) > 1)
 |
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. |