go/ast.RangeStmt.Tok (field)
5 uses
go/ast (current package)
ast.go#L772: Tok token.Token // ILLEGAL if Key == nil, ASSIGN, DEFINE
go/parser
parser.go#L2436: Tok: as.Tok,
resolver.go#L427: if n.Tok == token.DEFINE {
go/printer
nodes.go#L1536: p.print(s.Tok, blank)
go/types
stmt.go#L858: check.rangeStmt(inner, s, inNode(s, s.TokPos), s.Key, s.Value, nil, s.X, s.Tok == token.DEFINE)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)