From 2e0690be21d30fa6281115e0871794e7ce6460d1 Mon Sep 17 00:00:00 2001 From: Julien Feltesse Date: Sun, 20 Mar 2016 10:38:49 +0900 Subject: [PATCH] remove defunct go-log-interface --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6c167172..22928af9 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. -* [go-log-interface](https://github.com/ventu-io/go-log-interface) - A generic leveled log interface to adopt any logging framework and a default facade for Go stdlib log.Logger. * [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. * [gologger](https://github.com/sadlil/gologger) - Simple easy to use log lib for go, logs in Colored Cosole, Simple Console, File or Elasticsearch. * [log](https://github.com/apex/log) - Structured logging package for Go.