const go/types.SendOnly
8 uses
go/types (current package)
chan.go#L22: SendOnly
expr.go#L206: if recv && ch.dir == SendOnly {
range.go#L212: if ch, _ := u.(*Chan); ch != nil && ch.dir == SendOnly {
range.go#L239: assert(typ.dir != SendOnly)
typestring.go#L278: case SendOnly:
typexpr.go#L381: dir = SendOnly
golang.org/x/tools/internal/gcimporter
bimport.go#L82: return types.SendOnly
iexport.go#L1063: case types.SendOnly:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)