mirror of
https://github.com/labstack/echo.git
synced 2025-01-26 03:20:08 +02:00
2b87e75870
Signed-off-by: Vishal Rana <vr@labstack.com>
657 B
657 B
Guide
Installation
Echo has been developed and tested using Go 1.4.x
Install the 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