会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
清明-心若淡定
博客园
首页
新随笔
联系
订阅
管理
2020年8月20日
Golang学习笔记----日志log
摘要: 一、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)
编辑