From a57dbda9020cebc6b00c11b35ef0896a25d27085 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Wed, 25 Mar 2015 11:20:42 -0700 Subject: [PATCH] Added bolt 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 ea8665b..ab64f02 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Full stack web frameworks.* * [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language. +* [Bolt](https://github.com/labstack/bolt) - A fast HTTP router (zero memory allocation) + micro web framework in Go. * [Bone](https://github.com/squiidz/bone) - Lightning Fast HTTP Multiplexer. * [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. * [Goat](https://github.com/bahlo/goat) - A minimalistic REST API server in Go