const go/token.LBRACK
15 uses
go/token (current package)
token.go#L84: LBRACK // [
token.go#L188: LBRACK: "[",
go/parser
parser.go#L671: lbrack := p.expect(token.LBRACK)
parser.go#L998: p.expect(token.LBRACK)
parser.go#L1036: case token.LBRACK:
parser.go#L1220: lbrack := p.expect(token.LBRACK)
parser.go#L1499: case token.LBRACK:
parser.go#L2227: token.LBRACK, token.STRUCT, token.MAP, token.CHAN, token.INTERFACE, // composite types
go/printer
nodes.go#L833: p.print(x.Lbrack, token.LBRACK)
nodes.go#L840: p.print(x.Lbrack, token.LBRACK)
nodes.go#L935: p.print(token.LBRACK)
nodes.go#L955: p.print(token.MAP, token.LBRACK)
printer.go#L770: (tok != token.RBRACK || p.prevOpen == token.LBRACK) {
printer.go#L887: case token.LPAREN, token.LBRACK:
go/scanner
scanner.go#L856: tok = token.LBRACK
 |
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. |