From fd68be7e9d9fbe41e0292a8d1ea666b08b3ea677 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Wed, 11 Nov 2015 22:39:21 -0800 Subject: [PATCH] Add xlog in logging section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fcebe5b..deea2d12 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. * [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. * [tail](https://github.com/hpcloud/tail) - A Go package striving to emulate the features of the BSD tail program. +* [xlog](https://github.com/rs/xlog) - A structured logger for `net/context` aware HTTP handlers with flexible dispatching. ## Machine Learning