Installation
Prerequisites
Using go get
$ cd <PROJECT IN $GOPATH>
$ go get -u github.com/labstack/echo/...
Using dep
$ cd <PROJECT IN $GOPATH>
$ dep ensure -add github.com/labstack/[email protected]^3.1
Using glide
$ cd <PROJECT IN $GOPATH>
$ glide get github.com/labstack/echo#~3.1
Using govendor
$ cd <PROJECT IN $GOPATH>
$ govendor fetch github.com/labstack/[email protected]
Echo follows semantic versioning managed through GitHub releases, specific version of Echo can be installed using a package manager.