const go/types.RecvOnly

8 uses

	go/types (current package)
		builtins.go#L258: 			if uch.dir == RecvOnly {
		chan.go#L23: 	RecvOnly
		stmt.go#L479: 		if uch.dir == RecvOnly {
		typestring.go#L275: 			if c, _ := t.elem.(*Chan); c != nil && c.dir == RecvOnly {
		typestring.go#L280: 		case RecvOnly:
		typexpr.go#L398: 			dir = RecvOnly

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