Here, c is of type chan int - which means it's a channel through which int types are sent. The default value of a channel is nil , so we ...
確定! 回上一頁