const go/ast.SEND
12 uses
go/ast (current package)
ast.go#L438: SEND ChanDir = 1 << iota
go/parser
parser.go#L1322: dir := ast.SEND | ast.RECV
parser.go#L1329: dir = ast.SEND
parser.go#L1832: dir := ast.SEND
parser.go#L1833: for ok && dir == ast.SEND {
parser.go#L1842: if dir == ast.SEND {
go/printer
nodes.go#L1070: case ast.SEND | ast.RECV:
nodes.go#L1074: case ast.SEND:
go/types
exprstring.go#L158: case ast.SEND:
typexpr.go#L378: case ast.SEND | ast.RECV:
typexpr.go#L380: case ast.SEND:
golang.org/x/tools/internal/typesinternal
zerovalue.go#L252: dir = ast.SEND | ast.RECV
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)