Permalink
Browse files

fixed missing package issue

  • Loading branch information...
nbrady
nbrady committed Sep 26, 2016
1 parent 0b2e505 commit 025fe70130cf1caa45d85b714995c8c8a0b881e9
Showing with 3 additions and 0 deletions.
  1. +1 −0 frameworks/Go/echo/setup.sh
  2. +1 −0 frameworks/Go/echo/setup_prefork.sh
  3. +1 −0 frameworks/Go/echo/setup_std.sh
@@ -4,6 +4,7 @@ fw_depends go
go get github.com/labstack/echo/...
go get github.com/lib/pq
go get github.com/valyala/tcplisten
go install standard fasthttp
fasthttp &
@@ -4,6 +4,7 @@ fw_depends go
go get github.com/labstack/echo/...
go get github.com/lib/pq
go get github.com/valyala/tcplisten
go install standard fasthttp
fasthttp -prefork &
@@ -4,6 +4,7 @@ fw_depends go
go get github.com/labstack/echo/...
go get github.com/lib/pq
go get github.com/valyala/tcplisten
go install standard fasthttp
standard &

0 comments on commit 025fe70

Please sign in to comment.