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 0a648ed commit ef3e914Copy full SHA for ef3e914
README.md
@@ -14,8 +14,8 @@
14
**pathrouter** is a lightweight high performance path request router.
15
16
In contrast to the [default mux](https://golang.org/pkg/net/http/#ServeMux) of
17
-Go's `net/http** package, this router supports variables in the routing pattern.
18
-**It does not use HTTP semantics and is intended for matching paths only.***
+Go's `net/http` package, this router supports variables in the routing pattern.
+**It does not use HTTP semantics and is intended for matching paths only.**
19
20
The router is optimized for high performance and a small memory footprint. It
21
scales well even with very long paths and a large number of routes. A
0 commit comments