File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Echo [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/labstack/echo ) [ ![ Build Status] ( http://img.shields.io/travis/labstack/echo.svg?style=flat-square )] ( https://travis-ci.org/labstack/echo ) [ ![ Coverage Status] ( http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square )] ( https://coveralls.io/r/labstack/echo )
22Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
33
4- ### Features
4+ ## Features
55- Fast :rocket : router which smartly resolves conflicting routes
66- Extensible middleware/handler, supports:
77 - Middleware
@@ -20,10 +20,10 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
2020- Handy encoding/decoding functions.
2121- Serve static files, including index.
2222
23- ### Installation
23+ ## Installation
2424``` go get github.com/labstack/echo ```
2525
26- ### Usage
26+ ## Usage
2727[ labstack/echo/example] ( https://github.com/labstack/echo/tree/master/example )
2828
2929``` go
@@ -165,7 +165,7 @@ func init() {
165165}
166166```
167167
168- ### Benchmark
168+ ## Benchmark
169169Based on [ julienschmidt/go-http-routing-benchmark] (https://github.com/vishr/go-http-routing-benchmark ), April 1, 2015
170170##### [ GitHub API] ( http://developer.github.com/v3 )
171171> Echo: 42728 ns/op, 0 B/op, 0 allocs/op
@@ -198,5 +198,5 @@ BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 alloc
198198BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op
199199```
200200
201- ### License
201+ ## License
202202[ MIT] ( https://github.com/labstack/echo/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments