mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
5a71f202f5
Signed-off-by: Vishal Rana <vr@labstack.com>
497 B
497 B
title | menu | ||||||
---|---|---|---|---|---|---|---|
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 a package manager.