type internal/abi.ChanType

8 uses

	internal/abi (current package)
		type.go#L300: type ChanType struct {
		type.go#L314: 		ch := (*ChanType)(unsafe.Pointer(t))
		type.go#L354: 			ChanType
		type.go#L386: 		tt := (*ChanType)(unsafe.Pointer(t))

	internal/reflectlite
		type.go#L108: type chanType = abi.ChanType

	reflect
		type.go#L357: type chanType = abi.ChanType
		type.go#L729: 	tt := (*abi.ChanType)(unsafe.Pointer(t))

	runtime
		type.go#L408: type chantype = abi.ChanType