From 016b927ad222ecd2d4dc90c19efeae3aadde3c41 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Sun, 6 Jul 2014 18:09:22 -0400 Subject: [PATCH] readme: add logrus to loggers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20d930e..8903120 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,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. ## Code Analysis and Linter