Installation

Prerequisites

Using go get

  1. $ cd <PROJECT IN $GOPATH>
  2. $ go get -u github.com/labstack/echo/...

Using dep

  1. $ cd <PROJECT IN $GOPATH>
  2. $ dep ensure -add github.com/labstack/echo@^3.1

Using glide

  1. $ cd <PROJECT IN $GOPATH>
  2. $ glide get github.com/labstack/echo#~3.1

Using govendor

  1. $ cd <PROJECT IN $GOPATH>
  2. $ govendor fetch github.com/labstack/echo@v3.1

Echo is developed using Go 1.8.x and tested with Go 1.7.x and 1.8.x.
Echo follows semantic versioning managed through GitHub
releases, specific version of Echo can be installed using a package manager.