1
0
mirror of https://github.com/labstack/echo.git synced 2025-04-02 22:05:34 +02:00
echo/website/docs/guide.md
Vishal Rana 1a124f8aab Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-04-25 16:10:28 -07:00

653 B

Guide


Installation

Echo has been developed and tested using Go 1.4.x

Install latest version of Echo via go get

$ go get github.com/labstack/echo

To upgrade

$ go get -u github.com/labstack/echo

Echo follows Semantic Versioning managed through GitHub releases. Specific version of Echo can be installed using any package manager.

Configuration

echo.MaxParam

echo.NotFoundHandler

echo.HTTPErrorHandler

Routing

Request

Middleware

Response

Static Content

Error Handling