From 80b83b00a05880959bf67b682e681d2a7c049948 Mon Sep 17 00:00:00 2001 From: jyotiska Date: Mon, 7 Jul 2014 18:00:33 +0530 Subject: [PATCH] added go-webcolors library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df58db49..da210879 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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. +* [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. ## Text Processing