From 2b46d761f787c77e182d140600f24a14e9faff72 Mon Sep 17 00:00:00 2001 From: kazusuke sasezaki Date: Sat, 4 Apr 2015 12:23:17 +0900 Subject: [PATCH] update Bone for preferable URL at Web Frameworks section. current squiidz/bone seems just one of fork. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8c09a0..966bc2f 100644 --- a/README.md +++ b/README.md @@ -648,7 +648,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. -* [Bone](https://github.com/squiidz/bone) - Lightning Fast HTTP Multiplexer. +* [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. * [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