const go/types.SendOnly

7 uses

	go/types (current package)
		chan.go#L22: 	SendOnly
		expr.go#L162: 		if ch.dir == SendOnly {
		stmt.go#L1058: 		if typ.dir == SendOnly {
		typestring.go#L278: 		case SendOnly:
		typexpr.go#L396: 			dir = SendOnly

	golang.org/x/tools/internal/gcimporter
		bimport.go#L82: 		return types.SendOnly
		iexport.go#L1053: 		case types.SendOnly: