mirror of
https://github.com/labstack/echo.git
synced 2024-12-12 10:13:35 +02:00
57c7dccfbf
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
705 B
705 B
+++ title = "Installation" description = "Installing Echo" [menu.side] name = "Installation" parent = "guide" weight = 1 +++
Echo is developed and tested using Go 1.6.x
and 1.7.x
$ go get -u github.com/labstack/echo
Ideally you should rely on a package manager like glide or govendor to use a specific version of Echo.
Migrating Guide
Echo follows semantic versioning managed through GitHub releases. Specific version of Echo can be installed using a package manager.