2020年8月20日
摘要: 一、log日志包 log支持并发操作。其结构定义如下 1type Logger struct { 2 mu sync.Mutex // ensures atomic writes; protects the following fields 3 prefix string // prefix to 阅读全文
posted @ 2020-08-20 11:16 清明-心若淡定 阅读(285) 评论(0) 推荐(0) 编辑