const go/token.COLON
19 uses
go/token (current package)
token.go#L93: COLON // :
token.go#L197: COLON: ":",
go/parser
parser.go#L516: token.COLON: true,
parser.go#L600: case token.COLON:
parser.go#L1224: if p.tok != token.COLON {
parser.go#L1228: for p.tok == token.COLON && ncolons < len(colons) {
parser.go#L1232: if p.tok != token.COLON && p.tok != token.RBRACK && p.tok != token.EOF {
parser.go#L1314: if p.tok == token.COLON {
parser.go#L1335: if p.tok == token.COLON {
parser.go#L1708: case token.COLON:
parser.go#L1965: colon := p.expect(token.COLON)
parser.go#L2108: colon := p.expect(token.COLON)
go/printer
nodes.go#L282: p.print(pair.Colon, token.COLON, vtab)
nodes.go#L759: p.print(x.Colon, token.COLON, blank)
nodes.go#L867: p.print(token.COLON)
nodes.go#L1252: p.print(s.Colon, token.COLON, indent)
nodes.go#L1351: p.print(s.Colon, token.COLON)
nodes.go#L1378: p.print(s.Colon, token.COLON)
go/scanner
scanner.go#L836: tok = s.switch2(token.COLON, token.DEFINE)
 |
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. |