From 2c004a15f3c22d2fe05736a5bf20329f33c6c01c Mon Sep 17 00:00:00 2001 From: Ruisheng Yang Date: Tue, 22 Nov 2016 12:20:04 +0800 Subject: [PATCH] Removed clevergo (#1187) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2fd67f0c..48e083dd 100644 --- a/README.md +++ b/README.md @@ -1123,7 +1123,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer. * [Bxog](https://github.com/claygod/Bxog) - Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters. * [chi](https://github.com/pressly/chi) - Small, fast and expressive HTTP router built on net/context. -* [CleverGo](https://github.com/headwindfly/clevergo) - CleverGo is a simple, easy to use and high performance web framework for Go. * [Echo](https://github.com/labstack/echo) - A fast and unfancy micro web framework for Go. * [fasthttprouter](https://github.com/buaazp/fasthttprouter) - A high performance router forked from `httprouter`. The first router fit for `fasthttp`. * [Fireball](https://github.com/zpatrick/fireball) - A more "natural" feeling web framework.