Permalink
Browse files
fixed missing package issue
- Loading branch information...
|
|
@@ -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