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:
parent
3b0254ec67
commit
ae2225f3c6
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user