const go/ast.RECV
7 uses
go/ast (current package)
ast.go#L413: RECV
go/parser
parser.go#L1012: dir := ast.SEND | ast.RECV
parser.go#L1024: dir = ast.RECV
parser.go#L1568: if typ.Dir == ast.RECV {
parser.go#L1573: dir, typ.Dir = typ.Dir, ast.RECV
go/printer
nodes.go#L962: case ast.SEND | ast.RECV:
nodes.go#L964: case ast.RECV:
![]() |
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. |