const go/types.RecvOnly

8 uses

	go/types (current package)
		builtins.go#L244: 			if uch.dir == RecvOnly {
		chan.go#L20: 	RecvOnly
		stmt.go#L431: 		if uch.dir == RecvOnly {
		typestring.go#L263: 			if c, _ := t.elem.(*Chan); c != nil && c.dir == RecvOnly {
		typestring.go#L268: 		case RecvOnly:
		typexpr.go#L374: 			dir = RecvOnly

	golang.org/x/tools/internal/gcimporter
		bimport.go#L595: 		return types.RecvOnly
		iexport.go#L750: 		case types.RecvOnly: