go/ast.RangeStmt.Key (field)
9 uses
go/ast (current package)
ast.go#L745: Key, Value Expr // Key, Value may be nil
walk.go#L278: if n.Key != nil {
walk.go#L279: Walk(v, n.Key)
go/parser
parser.go#L2197: Key: key,
go/printer
nodes.go#L1398: if s.Key != nil {
nodes.go#L1399: p.expr(s.Key)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2452: if x.Key != nil {
encode_ast.gen.go#L2454: e.EncodeAny(x.Key)
encode_ast.gen.go#L2499: x.Key = d.DecodeAny().(ast.Expr)
![]() |
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. |