1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00

added installation command in guide (#1443)

* added installation command in guide

* fixed lints
This commit is contained in:
sai umesh
2020-01-29 08:53:29 +05:30
committed by GitHub
parent c2f2e8d258
commit 7c58856fb4

View File

@ -50,6 +50,13 @@ Lower is better!
## [Guide](https://echo.labstack.com/guide)
### Installation
```go
// go get github.com/labstack/echo/{version}
go get github.com/labstack/echo/v4
```
### Example
```go