mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
0176385654
Signed-off-by: Vishal Rana <vr@labstack.com>
496 B
496 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.