We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12044bf commit e262d48Copy full SHA for e262d48
README.md
@@ -3,6 +3,7 @@
3
GRRT (Go Request RouTer) is a direct replacement for the archived gorilla/mux.
4
It has built-in CORS and Method based routing.
5
6
+## Replaces gorilla/mux with one line of code
7
8
[](https://sonarcloud.io/dashboard?id=GolangToolKits_grrt)
9
[](https://circleci.com/gh/GolangToolKits/grrt)
@@ -11,8 +12,6 @@ It has built-in CORS and Method based routing.
11
12
13
## Features
14
-#### Replaces gorilla/mux with one line of code
15
-
16
- Request Routing
17
- Method Based Routing
18
- CORS
0 commit comments