add seelog

This commit is contained in:
Specode 2014-07-07 10:16:31 +08:00
parent 40b9ab0d50
commit 57585d5e5f

View File

@ -286,8 +286,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go.
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging
for Go.
* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go.
* [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting.
## Code Analysis and Linter