const go/token.MUL
11 uses
go/token (current package)
token.go#L41: MUL // *
token.go#L145: MUL: "*",
token.go#L273: case MUL, QUO, REM, SHL, SHR, AND, AND_NOT:
go/parser
parser.go#L766: for p.tok == token.IDENT || p.tok == token.MUL || p.tok == token.LPAREN {
parser.go#L789: star := p.expect(token.MUL)
parser.go#L1040: case token.MUL:
parser.go#L1586: case token.MUL:
parser.go#L2228: token.ADD, token.SUB, token.MUL, token.AND, token.XOR, token.ARROW, token.NOT: // unary operators
go/printer
nodes.go#L767: p.print(token.MUL)
nodes.go#L772: p.print(token.MUL)
go/scanner
scanner.go#L876: tok = s.switch2(token.MUL, token.MUL_ASSIGN)
 |
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. |