1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Docs updated

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-19 22:49:01 -07:00
parent ae2225f3c6
commit 1ab3ebbd1f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -36,7 +36,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
## Installation
- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x
- [Go](https://golang.org/doc/install) > 1.4.x
- ```go get github.com/labstack/echo```
## Examples