go/ast.RangeStmt.Value (field)
10 uses
go/ast (current package)
ast.go#L745: Key, Value Expr // Key, Value may be nil
walk.go#L281: if n.Value != nil {
walk.go#L282: Walk(v, n.Value)
go/parser
parser.go#L2198: Value: value,
go/printer
nodes.go#L1400: if s.Value != nil {
nodes.go#L1403: p.print(s.Value.Pos(), token.COMMA, blank)
nodes.go#L1404: p.expr(s.Value)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2456: if x.Value != nil {
encode_ast.gen.go#L2458: e.EncodeAny(x.Value)
encode_ast.gen.go#L2501: x.Value = 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. |