Q: 为什么向 channel 发数据的时候,会直接把数据从一个 goroutine 的栈拷贝到另一个 goroutine 的栈?https://github.com/cch123/golang-notes/blob/master/channel.md