摘要: 先了解一下上下文。 type Context interface { Deadline() (deadline time.Time, ok bool) Done() <-chan struct{} Err() error Value(key any) any} 阅读全文
posted @ 2024-11-25 17:06 代号870 阅读(11) 评论(0) 推荐(0)