type internal/abi.ChanDir
7 uses
internal/abi (current package)
type.go#L294: type ChanDir int
type.go#L297: RecvDir ChanDir = 1 << iota // <-chan
type.go#L300: InvalidDir ChanDir = 0
type.go#L307: Dir ChanDir
type.go#L316: func (t *Type) ChanDir() ChanDir {
reflect
type.go#L1790: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1801: ch.Dir = abi.ChanDir(dir)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)