From 9e033633bfc345d448837101cb99fed1e1977448 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 16 May 2015 12:02:08 -0700 Subject: [PATCH 1/3] Add gommon/gytes to the list Signed-off-by: Vishal Rana --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f54da6f..486118f 100644 --- a/README.md +++ b/README.md @@ -619,6 +619,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. * [goregen](https://github.com/zach-klippenstein/goregen) - A library for generating random strings from regular expressions. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. + * [gommon/gytes](https://github.com/labstack/gommon/tree/master/gytes) - Format bytes to string. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. * [Slugify](https://github.com/avelino/slugify) - A Go slugify application that handles string. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). From 5f3f0f642af31c220b76ecea3658d9b19a4a378f Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 16 May 2015 12:04:42 -0700 Subject: [PATCH 2/3] Updated Echo's description Signed-off-by: Vishal Rana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486118f..d50e5a5 100644 --- a/README.md +++ b/README.md @@ -721,7 +721,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language. * [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer. -* [Echo](https://github.com/labstack/echo) - A fast HTTP router (zero memory allocation) + micro web framework in Go. +* [Echo](https://github.com/labstack/echo) - A fast HTTP router (zero memory allocation) and micro web framework in Go. * [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. * [go-json-rest](https://github.com/ant0ine/go-json-rest) - A quick and easy way to setup a RESTful JSON API * [go-relax](https://github.com/codehack/go-relax) - A framework of pluggable components to build RESTful API's From e45a32702d659bf7d5ea96eaa9bdd8771adbac77 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 16 May 2015 13:24:49 -0700 Subject: [PATCH 3/3] Fixed order for gommon/gytes Signed-off-by: Vishal Rana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d50e5a5..7760388 100644 --- a/README.md +++ b/README.md @@ -616,10 +616,10 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions. * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language. + * [gommon/gytes](https://github.com/labstack/gommon/tree/master/gytes) - Format bytes to string. * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. * [goregen](https://github.com/zach-klippenstein/goregen) - A library for generating random strings from regular expressions. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. - * [gommon/gytes](https://github.com/labstack/gommon/tree/master/gytes) - Format bytes to string. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. * [Slugify](https://github.com/avelino/slugify) - A Go slugify application that handles string. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).