Installation
Prerequisites
Using go get
$ cd <PROJECT IN $GOPATH>
$ go get -u github.com/labstack/echo/...
Using dep
$ cd <PROJECT IN $GOPATH>
$ dep ensure 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 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.