From c42c9071a99a9e9f840634b260518927c70da2f4 Mon Sep 17 00:00:00 2001 From: Yusuke Kato Date: Fri, 30 Jun 2017 02:29:19 +0900 Subject: [PATCH] feature add kpango/glg logging library (#1469) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a804546a..b5437992 100644 --- a/README.md +++ b/README.md @@ -595,6 +595,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for generating and working with log files.* +* [glg](https://github.com/kpango/glg) - glg is simple and fast leveled logging library for Go. * [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. * [go-log](https://github.com/ian-kent/go-log) - A log4j implementation in Go.