From 40b9ab0d508071efa506fe4f0a21de4999f18ae2 Mon Sep 17 00:00:00 2001 From: Specode <0x0000e000@gmail.com> Date: Mon, 7 Jul 2014 10:10:08 +0800 Subject: [PATCH 1/2] add imaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index defc03f..8ddc864 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. * [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods. * [rez](https://github.com/bamiaux/rez) - Image resizing, functionality similar to resize +* [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package. ## Text Processing From 57585d5e5f055332662bc9e58587110e958cbbf3 Mon Sep 17 00:00:00 2001 From: Specode <0x0000e000@gmail.com> Date: Mon, 7 Jul 2014 10:16:31 +0800 Subject: [PATCH 2/2] add seelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ddc864..3970b6e 100644 --- a/README.md +++ b/README.md @@ -286,8 +286,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. +* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go. +* [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. ## Code Analysis and Linter