const go/token.DEFAULT
9 uses
go/token (current package)
token.go#L104: DEFAULT
token.go#L205: DEFAULT: "default",
go/parser
parser.go#L1079: for p.tok != token.CASE && p.tok != token.DEFAULT && p.tok != token.RBRACE && p.tok != token.EOF {
parser.go#L1962: p.expect(token.DEFAULT)
parser.go#L2043: for p.tok == token.CASE || p.tok == token.DEFAULT {
parser.go#L2105: p.expect(token.DEFAULT)
parser.go#L2123: for p.tok == token.CASE || p.tok == token.DEFAULT {
go/printer
nodes.go#L1349: p.print(token.DEFAULT)
nodes.go#L1376: p.print(token.DEFAULT)
![]() |
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. |