• 隐藏侧边栏
  • 展开分类目录
  • 关注微信公众号
  • 我的GitHub
  • QQ:1753970025
Chen Jiehua
年份: 2015

Seelog CustomReceiver

Seelog is a powerful and easy-to-learn logging framework that provides functionality for flexible dispatching, filtering, and formatting log messages. It is natively written in the Go programming lang […]

Sentry日志管理

Sentry是个很好用的错误日志服务器,可以将程序错误的详细情况集中捕获,并提供一个很漂亮的Web界面来浏览错误。 Sentry本身是用python写的,但它支持python、php、ruby、iOS等多种语言。

Go struct tags

关于Go中的Struct tags,http://golang.org/ref/spec中对它的描述: A field declaration may be followed by an optional string literal tag, which becomes an attribute for all the fields in the corresponding field decl […]