const go/token.ILLEGAL
10 uses
go/token (current package)
token.go#L22: ILLEGAL Token = iota
token.go#L131: ILLEGAL: "ILLEGAL",
go/printer
nodes.go#L83: p.flush(p.posFor(g.List[0].Pos()), token.ILLEGAL)
nodes.go#L1801: tok = token.ILLEGAL
nodes.go#L1812: tok := token.ILLEGAL
printer.go#L885: case token.ILLEGAL:
printer.go#L891: p.prevOpen = token.ILLEGAL
printer.go#L924: p.lastTok = token.ILLEGAL
go/scanner
scanner.go#L406: tok := token.ILLEGAL
scanner.go#L931: tok = token.ILLEGAL
![]() |
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. |