mirror of
https://github.com/labstack/echo.git
synced 2025-12-01 22:51:17 +02:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user