type internal/abi.ChanDir
7 uses
internal/abi (current package)
type.go#L290: type ChanDir int
type.go#L293: RecvDir ChanDir = 1 << iota // <-chan
type.go#L296: InvalidDir ChanDir = 0
type.go#L303: Dir ChanDir
type.go#L312: func (t *Type) ChanDir() ChanDir {
reflect
type.go#L1806: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1817: ch.Dir = abi.ChanDir(dir)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)