const go/token.CASE
9 uses
go/token (current package)
token.go#L99: CASE
token.go#L200: CASE: "case",
go/parser
parser.go#L1079: for p.tok != token.CASE && p.tok != token.DEFAULT && p.tok != token.RBRACE && p.tok != token.EOF {
parser.go#L1954: if p.tok == token.CASE {
parser.go#L2043: for p.tok == token.CASE || p.tok == token.DEFAULT {
parser.go#L2065: if p.tok == token.CASE {
parser.go#L2123: for p.tok == token.CASE || p.tok == token.DEFAULT {
go/printer
nodes.go#L1346: p.print(token.CASE, blank)
nodes.go#L1373: p.print(token.CASE, blank)
![]() |
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. |