From 8f52a3ec32b8654610d2174f070635fc1fa8c818 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Tue, 5 May 2015 17:36:00 +0200 Subject: [PATCH 1/2] added logutils to Logging category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af4f426..7bc1637 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 * [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas writen in golang. * [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go. * [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). +* [logutils](https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger. * [logxi](https://github.com/mgutz/logxi) - A 12-factor app logger that is fast and makes you happy. * [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. From 1cbc35555269398eebb26d1705a5f9debe8a6d3c Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Tue, 5 May 2015 17:42:26 +0200 Subject: [PATCH 2/2] added mdns package to networking category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bc1637..179113d 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [gotcp](https://github.com/gansidui/gotcp) - A Go package for quickly writing tcp applications * [graval](https://github.com/koofr/graval) - An experimental FTP server framework. * [linkio](https://github.com/ian-kent/linkio) - Network link speed simulation for Reader/Writer interfaces +* [mdns](https://github.com/hashicorp/mdns) - Simple mDNS (Multicast DNS) client/server library in Golang * [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. * [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster