const reflect.RecvDir
7 uses
reflect (current package)
type.go#L345: RecvDir ChanDir = 1 << iota // <-chan
type.go#L347: BothDir = RecvDir | SendDir // chan
type.go#L1044: case RecvDir:
type.go#L1800: case RecvDir:
value.go#L1507: if ChanDir(tt.dir)&RecvDir == 0 {
value.go#L2255: if ChanDir(tt.dir)&RecvDir == 0 {
github.com/google/go-cmp/cmp/internal/value
name.go#L45: if t.ChanDir() == reflect.RecvDir {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |