const go/token.DEFINE
10 uses
go/token (current package)
token.go#L80: DEFINE // :=
token.go#L184: DEFINE: ":=",
go/parser
parser.go#L595: case token.DEFINE:
parser.go#L1678: token.DEFINE, token.ASSIGN, token.ADD_ASSIGN,
parser.go#L1687: if mode == rangeOk && p.tok == token.RANGE && (tok == token.DEFINE || tok == token.ASSIGN) {
parser.go#L1696: if tok == token.DEFINE {
parser.go#L1991: case token.DEFINE:
parser.go#L2080: if tok := p.tok; tok == token.ASSIGN || tok == token.DEFINE {
parser.go#L2091: if tok == token.DEFINE {
go/scanner
scanner.go#L836: tok = s.switch2(token.COLON, token.DEFINE)
![]() |
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. |