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/[email protected]^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/[email protected]

Echo is developed using Go 1.10.x and tested with Go 1.9.x and 1.10.x.Echo follows semantic versioning managed through GitHubreleases, specific version of Echo can be installed using a package manager.