go/ast.CommClause.Comm (field)
9 uses
go/ast (current package)
ast.go#L722: Comm Stmt // send or receive statement; nil means default case
walk.go#L257: if n.Comm != nil {
walk.go#L258: Walk(v, n.Comm)
go/parser
parser.go#L2112: return &ast.CommClause{Case: pos, Comm: comm, Colon: colon, Body: body}
go/printer
nodes.go#L1372: if s.Comm != nil {
nodes.go#L1374: p.stmt(s.Comm, false)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L775: if x.Comm != nil {
encode_ast.gen.go#L777: e.EncodeAny(x.Comm)
encode_ast.gen.go#L810: x.Comm = d.DecodeAny().(ast.Stmt)
![]() |
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. |