1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
This commit is contained in:
Matthias Endler 2015-03-31 18:42:45 +02:00
parent 3868503d51
commit 92e25ff741

View File

@ -19,7 +19,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
- Handy encoding/decoding functions.
- Serve static files, including index.
### Installatioin
### Installation
```go get github.com/labstack/echo```
### Usage