go/ast.SendStmt.Value (field)
7 uses
go/ast (current package)
ast.go#L657: Value Expr
ast.go#L813: func (s *SendStmt) End() token.Pos { return s.Value.End() }
walk.go#L187: Walk(v, n.Value)
go/parser
parser.go#L2001: return &ast.SendStmt{Chan: x[0], Arrow: arrow, Value: y}, false
parser.go#L2320: comm = &ast.SendStmt{Chan: lhs[0], Arrow: arrow, Value: rhs}
go/printer
nodes.go#L1390: p.expr0(s.Value, depth)
go/types
stmt.go#L467: check.expr(nil, &val, s.Value)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)