小健_Python_go_Devops Logo
latest
  • Go语言学习
    • 1. Go语言基本语法
    • 2. 容器-数据结构
    • 3. 流程控制
    • 4. 函数
    • 5. 结构体
    • 6. 接口
    • 7. 包
    • 8. 并发
    • 9. 反射
    • 10. 标准库和三方库
      • 10.1. strings
      • 10.2. bytes
      • 10.3. fmt
      • 10.4. Json
      • 10.5. strconv
      • 10.6. ioutil/bufio
      • 10.7. time
      • 10.8. os/path/filepath
      • 10.9. regexp
      • 10.10. log
      • 10.11. reflect/unsafe
      • 10.12. unicode
      • 10.13. flag和go-flags
      • 10.14. net/url
      • 10.15. sort
      • 10.16. net/http
      • 10.17. error
      • 10.18. template模板
      • 10.19. 操作mysql
      • 10.20. Go语言常用资料及工具详细汇总
      • 10.21. Socket网络
      • 10.22. go标准库和三方库
      • 10.23. cobra
      • 10.24. viper
      • 10.25. math-rand
      • 10.26. zap-日志模块
    • 11. 项目代码
    • 12. 避坑与技巧
  • Go vs Python
  • Python全栈系列
  • Python测试开发入门与实践
  • Vue.js企业开发实战
  • Vue.js+Node.js开发实战
小健_Python_go_Devops
  • »
  • Go语言学习 »
  • 10. 标准库和三方库 »
  • 10.26. zap-日志模块
  • Edit on GitHub

Contents

  • zap-日志模块

10.26. zap-日志模块¶

参考文献

https://juejin.cn/post/7119390985863299085#heading-4

https://github.com/uber-go/zap

Previous Next

© Copyright 2019, huxiaojian. Revision 2069799f.

Built with Sphinx using a theme provided by Read the Docs.