const go/ast.SEND
8 uses
go/ast (current package)
ast.go#L412: SEND ChanDir = 1 << iota
go/parser
parser.go#L1012: dir := ast.SEND | ast.RECV
parser.go#L1019: dir = ast.SEND
parser.go#L1566: dir := ast.SEND
parser.go#L1567: for ok && dir == ast.SEND {
parser.go#L1576: if dir == ast.SEND {
go/printer
nodes.go#L962: case ast.SEND | ast.RECV:
nodes.go#L966: case ast.SEND:
![]() |
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. |