mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Rename package "router" to "GoLobby/Router" (#4186)
Since package name is simple, we've prepended the org name to it.
This commit is contained in:
parent
7ab286d9a6
commit
4f5e356749
@ -2785,6 +2785,7 @@ _Full stack web frameworks._
|
|||||||
- [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree.
|
- [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.
|
- [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`.
|
- [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.
|
- [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`.
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
- [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.
|
- [violetear](https://github.com/nbari/violetear) - Go HTTP router.
|
||||||
|
Loading…
Reference in New Issue
Block a user