const internal/abi.Chan
13 uses
internal/abi (current package)
type.go#L62: Chan
type.go#L158: Chan: "chan",
type.go#L306: if t.Kind() == Chan {
type.go#L345: case Chan:
type.go#L378: case Chan:
internal/reflectlite
type.go#L554: case abi.Chan:
value.go#L293: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
value.go#L341: case abi.Chan:
reflect
type.go#L1522: if T.Kind() == abi.Chan && specialChannelAssignability(T, V) {
value.go#L3596: if dst.Kind() == abi.Chan && specialChannelAssignability(dst, src) {
runtime
cgocall.go#L601: case abi.Chan, abi.Map:
debuglog.go#L282: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
type.go#L389: case abi.Chan:
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |