Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 165 Bytes

go.md

File metadata and controls

14 lines (6 loc) · 165 Bytes

GO

  1. panic什么时候处理?

  2. go的内存管理。

  3. go的调度

  4. 往一个已经关闭的channel里面发送数据会怎么样?

    会panic。