From 24c08e89a28f7a82ea6a91ca03422e30c7bd0d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= <1440729+waghanza@users.noreply.github.com> Date: Sun, 18 Aug 2019 12:30:13 +0200 Subject: [PATCH] Nio has moved (#2676) * nio has moved * fix CI -> wrong item format (missing dot) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a34cd3e..2cbd8e1e 100644 --- a/README.md +++ b/README.md @@ -1862,12 +1862,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. * [Microservice](https://github.com/claygod/microservice) - The framework for the creation of microservices, written in Golang. * [neo](https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API. -* [nio](https://github.com/go-nio/nio) - Modern, minimal and productive Go HTTP framework. * [patron](https://github.com/beatlabs/patron) - Patron is a microservice framework following best cloud practices with a focus on productivity. * [Resoursea](https://github.com/resoursea/api) - REST framework for quickly writing resource based services. * [REST Layer](http://rest-layer.io) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code. * [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language. * [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`. +* [route](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer. * [rux](https://github.com/gookit/rux) - Simple and fast web framework for build golang HTTP applications. * [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. * [tigertonic](https://github.com/rcrowley/go-tigertonic) - Go framework for building JSON web services inspired by Dropwizard.