go/ast.RangeStmt.X (field)
7 uses
go/ast (current package)
ast.go#L748: X Expr // value to range over
walk.go#L284: Walk(v, n.X)
go/parser
parser.go#L2201: X: x,
go/printer
nodes.go#L1409: p.expr(stripParens(s.X))
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2468: if x.X != nil {
encode_ast.gen.go#L2470: e.EncodeAny(x.X)
encode_ast.gen.go#L2507: x.X = 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. |