go/ast.SendStmt.Chan (field)
9 uses
go/ast (current package)
ast.go#L630: Chan Expr
ast.go#L760: func (s *SendStmt) Pos() token.Pos { return s.Chan.Pos() }
walk.go#L199: Walk(v, n.Chan)
go/parser
parser.go#L1734: return &ast.SendStmt{Chan: x[0], Arrow: arrow, Value: y}, false
parser.go#L2077: comm = &ast.SendStmt{Chan: lhs[0], Arrow: arrow, Value: rhs}
go/printer
nodes.go#L1269: p.expr0(s.Chan, depth)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2753: if x.Chan != nil {
encode_ast.gen.go#L2755: e.EncodeAny(x.Chan)
encode_ast.gen.go#L2786: x.Chan = 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. |