mirror of
https://github.com/labstack/echo.git
synced 2025-04-02 22:05:34 +02:00
653 B
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