golang context初探
什么是context 从go1.7开始,golang.org/x/net/context包正式作为context包进入了标准库。那么,这个包到底是做什么的呢?根据官方的文档说明: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between proces...阅读全文