1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +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. - Handy encoding/decoding functions.
- Serve static files, including index. - Serve static files, including index.
### Installatioin ### Installation
```go get github.com/labstack/echo``` ```go get github.com/labstack/echo```
### Usage ### Usage