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

Update README.md

This commit is contained in:
Vishal Rana 2015-03-28 16:44:28 -07:00
parent ab9a81ca39
commit a16aba2887

View File

@ -15,6 +15,9 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
- `http.Handler` - `http.Handler`
- Serve static files, including index. - Serve static files, including index.
### Installatioin
```go get github.com/labstack/echo```
### Usage ### Usage
[labstack/echo/example](https://github.com/labstack/echo/tree/master/example) [labstack/echo/example](https://github.com/labstack/echo/tree/master/example)