From 57585d5e5f055332662bc9e58587110e958cbbf3 Mon Sep 17 00:00:00 2001 From: Specode <0x0000e000@gmail.com> Date: Mon, 7 Jul 2014 10:16:31 +0800 Subject: [PATCH] add seelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ddc864b..3970b6e6 100644 --- a/README.md +++ b/README.md @@ -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