mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
a9c88cad63
Signed-off-by: Vishal Rana <vr@labstack.com>
559 B
559 B
title | menu | ||||||
---|---|---|---|---|---|---|---|
Installation |
|
Echo is developed and tested using Go 1.5.x
and 1.6.x
Install the latest stable version of Echo via go get
$ go get github.com/labstack/echo
Update
$ go get -u github.com/labstack/echo
Migrating from v1
Echo follows semantic versioning managed through GitHub releases. Specific version of Echo can be installed using a package manager.