From f5b77de7653fa88360b1f98a968df99be1938b08 Mon Sep 17 00:00:00 2001 From: yaismel Date: Mon, 13 Apr 2015 15:20:27 -0400 Subject: [PATCH] Added tail package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c73d96b6..f6c2e586 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. * [slackrus](https://github.com/johntdyer/slackrus) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a channel in [Slack](https://slack.com). * [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/ActiveState/tail) - A Go package striving to emulate the features of the BSD tail program. ## Machine Learning