1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Docs updated

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-20 13:38:30 -07:00
parent 1ab3ebbd1f
commit b951910c4a
2 changed files with 4 additions and 8 deletions

View File

@ -69,9 +69,7 @@ BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 all
- [Go](https://golang.org/doc/install) > 1.4.x - [Go](https://golang.org/doc/install) > 1.4.x
- ```go get github.com/labstack/echo``` - ```go get github.com/labstack/echo```
## Examples ##[Examples](https://github.com/labstack/echo/tree/master/examples)
[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples)
> Hello, World! > Hello, World!

View File

@ -1,6 +1,6 @@
# Echo # Echo
Simple and performant web development! Simple and performant HTTP systems!
--- ---
@ -10,7 +10,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
## Features ## Features
- Fast router which smartly resolves conflicting routes. - Fast HTTP router which smartly resolves conflicting routes.
- Extensible middleware/handler, supports: - Extensible middleware/handler, supports:
- Middleware - Middleware
- `func(*echo.Context)` - `func(*echo.Context)`
@ -39,9 +39,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
- [Go](https://golang.org/doc/install) > 1.4.x - [Go](https://golang.org/doc/install) > 1.4.x
- ```go get github.com/labstack/echo``` - ```go get github.com/labstack/echo```
## Examples ##[Examples](https://github.com/labstack/echo/tree/master/examples)
[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples)
> Hello, World! > Hello, World!