DEV Community

Ega Prasetya
Ega Prasetya

Posted on

Echo Go - Installation

Echo is a Framework Minimalist for Web Development so powerfull and so fast.

Installation

Prerequisites

  • Install Go
  • Set GOPATH

Using go get

  • go get -u github.com/labstack/echo/...

Using dep

  • dep ensure -add github.com/labstack/echo@^3.1

Using glide

  • glide get github.com/labstack/echo#~3.1

Using govendor

  • govendor fetch github.com/labstack/echo@v3.1

Finally! try at home

Top comments (2)

Collapse
 
tmack8080 profile image
tmack8080

I just started reading "Echo Quick Start Guide". Do you plan to do a series for Echo?
I want to build an inventory system to track equipment and parts in my data center.

Collapse
 
egaprsty profile image
Ega Prasetya

stay in my blog, i gonna to create series Echo, waiting for you!