mirror of
https://github.com/labstack/echo.git
synced 2025-03-25 21:38:56 +02:00
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