1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2015-03-28 16:43:45 -07:00
parent 9c8e10c872
commit ab9a81ca39

View File

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