const go/types.RecvOnly
8 uses
go/types (current package)
builtins.go#L256: if uch.dir == RecvOnly {
chan.go#L23: RecvOnly
expr.go#L209: if !recv && ch.dir == RecvOnly {
typestring.go#L275: if c, _ := t.elem.(*Chan); c != nil && c.dir == RecvOnly {
typestring.go#L280: case RecvOnly:
typexpr.go#L396: dir = RecvOnly
golang.org/x/tools/internal/gcimporter
bimport.go#L80: return types.RecvOnly
iexport.go#L1051: case types.RecvOnly:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)