打赏
摘要: context包 总结起来就一句话:一个接口,四个实现,六个方法 (1.)一个接口 type Context interface { Deadline() (deadline time.Time, ok bool) Done() <-chan struct{} Err() error Value(k 阅读全文
posted @ 2021-02-09 11:33 苍山落暮 阅读(94) 评论(0) 推荐(0)