From 4f5e3567496bdf9c2b7f83e3c50004eca96bdc8e Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Thu, 21 Apr 2022 15:34:22 +0430 Subject: [PATCH] Rename package "router" to "GoLobby/Router" (#4186) Since package name is simple, we've prepended the org name to it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f862fcc6..8a02a504 100644 --- a/README.md +++ b/README.md @@ -2785,6 +2785,7 @@ _Full stack web frameworks._ - [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree. - [gocraft/web](https://github.com/gocraft/web) - Mux and middleware package in Go. - [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`. +- [GoLobby/Router](https://github.com/golobby/router) - GoLobby Router is a lightweight yet powerful HTTP router for the Go programming language. - [goroute](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer. - [GoRouter](https://github.com/vardius/gorouter) - GoRouter is a Server/API micro framework, HTTP request router, multiplexer, mux that provides request router with middleware supporting `net/context`. - [gowww/router](https://github.com/gowww/router) - Lightning fast HTTP router fully compatible with the net/http.Handler interface. @@ -2796,7 +2797,6 @@ _Full stack web frameworks._ - [ngamux](https://github.com/ngamux/ngamux) - Simple HTTP router for Go. - [ozzo-routing](https://github.com/go-ozzo/ozzo-routing) - An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs. - [pure](https://github.com/go-playground/pure) - Is a lightweight HTTP router that sticks to the std "net/http" implementation. -- [router](https://github.com/golobby/router) - GoLobby Router is a lightweight yet powerful HTTP router for the Go programming language. - [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers. - [vestigo](https://github.com/husobee/vestigo) - Performant, stand-alone, HTTP compliant URL Router for go web applications. - [violetear](https://github.com/nbari/violetear) - Go HTTP router.