const go/token.COMMA
22 uses
go/token (current package)
token.go#L86: COMMA // ,
token.go#L190: COMMA: ",",
go/parser
parser.go#L427: case token.COMMA:
parser.go#L441: if p.tok == token.COMMA {
parser.go#L515: token.COMMA: true,
parser.go#L564: for p.tok == token.COMMA {
parser.go#L582: for p.tok == token.COMMA {
parser.go#L716: if p.tok != token.COMMA {
parser.go#L834: if p.tok != token.COMMA {
parser.go#L1939: for p.tok == token.COMMA {
go/printer
nodes.go#L156: p.print(x.Pos(), token.COMMA, blank)
nodes.go#L161: p.print(token.COMMA, blank, "/* "+filteredMsg+" */")
nodes.go#L249: p.print(token.COMMA)
nodes.go#L298: p.print(token.COMMA)
nodes.go#L312: p.print(token.COMMA, newline)
nodes.go#L347: p.print(token.COMMA)
nodes.go#L374: p.print(token.COMMA)
nodes.go#L461: p.print(token.COMMA, blank)
nodes.go#L896: p.print(token.COMMA, formfeed)
nodes.go#L1403: p.print(s.Value.Pos(), token.COMMA, blank)
printer.go#L768: tok != token.COMMA &&
go/scanner
scanner.go#L846: tok = token.COMMA
 |
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. |