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 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.