const go/types.SendOnly

7 uses

	go/types (current package)
		chan.go#L19: 	SendOnly
		expr.go#L188: 		if ch.dir == SendOnly {
		stmt.go#L843: 				if t.dir == SendOnly {
		typestring.go#L266: 		case SendOnly:
		typexpr.go#L372: 			dir = SendOnly

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