1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-11 14:49:56 +02:00

Docs updated

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-19 22:47:58 -07:00
parent 3b0254ec67
commit ae2225f3c6
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -36,10 +36,13 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
## Installation
```go get github.com/labstack/echo```
- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x
- ```go get github.com/labstack/echo```
## Examples
[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples)
> Hello, World!
Create ```server.go``` with the following content: