const go/token.ELLIPSIS
8 uses
go/token (current package)
token.go#L81: ELLIPSIS // ...
token.go#L185: ELLIPSIS: "...",
go/parser
parser.go#L675: if p.tok == token.ELLIPSIS {
parser.go#L797: if isParam && p.tok == token.ELLIPSIS {
parser.go#L1272: if p.tok == token.ELLIPSIS {
go/printer
nodes.go#L894: p.print(x.Ellipsis, token.ELLIPSIS)
nodes.go#L929: p.print(token.ELLIPSIS)
go/scanner
scanner.go#L843: tok = token.ELLIPSIS
![]() |
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. |