const go/token.PERIOD
8 uses
go/token (current package)
token.go#L87: PERIOD // .
token.go#L191: PERIOD: ".",
go/parser
parser.go#L655: if p.tok == token.PERIOD {
parser.go#L1482: case token.PERIOD:
parser.go#L2298: case token.PERIOD:
go/printer
nodes.go#L822: p.print(token.PERIOD, x.Lparen, token.LPAREN)
nodes.go#L1049: p.print(token.PERIOD)
go/scanner
scanner.go#L839: tok = token.PERIOD
![]() |
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. |