From f11e837ca0a98fee5513e3eb7269fa811f98448a Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 12 Apr 2015 13:12:33 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 488dd6be6..f19c18b16 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. ### Features -- Zippy router. +- Router: + - Fast :rocket: + - Smartly resolves conflicting routes - Extensible middleware/handler, supports: - Middleware - `func(*echo.Context)` @@ -197,3 +199,7 @@ BenchmarkTraffic_GithubAll 200 7540377 ns/op 2664762 B/op 22390 allo BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 allocs/op BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op ``` + +- Author: Vishal Rana +- Consultant: Nitin Rana +- Contributors: https://github.com/labstack/echo/graphs/contributors From d3d72865ee7283aefcc4c293ca69bccd5ad2f96a Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 12 Apr 2015 13:21:36 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f19c18b16..0e5eaaff9 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,3 @@ BenchmarkTraffic_GithubAll 200 7540377 ns/op 2664762 B/op 22390 allo BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 allocs/op BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op ``` - -- Author: Vishal Rana -- Consultant: Nitin Rana -- Contributors: https://github.com/labstack/echo/graphs/contributors From d97cb44d82607ae0db8cc45cdd8fe2bb778fbce8 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 12 Apr 2015 13:24:00 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e5eaaff9..d756527a6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. ### Features -- Router: - - Fast :rocket: - - Smartly resolves conflicting routes +- Fast :rocket: router which smartly resolves conflicting routes - Extensible middleware/handler, supports: - Middleware - `func(*echo.Context)`