for num := <-ch; num > -1; { fmt.Printf("<- = %d ",num) numbers = append(numbers, num) }
知道为何一直输出如下吗?
<- = 0