const go/token.DEC
6 uses
go/token (current package)
token.go#L69: DEC // --
token.go#L173: DEC: "--",
go/parser
parser.go#L1736: case token.INC, token.DEC:
go/printer
printer.go#L957: token.INC, token.DEC, token.RPAREN, token.RBRACK, token.RBRACE:
go/scanner
scanner.go#L871: tok = s.switch3(token.SUB, token.SUB_ASSIGN, '-', token.DEC)
scanner.go#L872: if tok == token.DEC {
![]() |
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. |