type internal/abi.ChanDir
7 uses
internal/abi (current package)
type.go#L256: type ChanDir int
type.go#L259: RecvDir ChanDir = 1 << iota // <-chan
type.go#L262: InvalidDir ChanDir = 0
type.go#L269: Dir ChanDir
type.go#L278: func (t *Type) ChanDir() ChanDir {
reflect
type.go#L1623: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1634: ch.Dir = abi.ChanDir(dir)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |