@@ -4,6 +4,7 @@ sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/hello/hello.go
fw_depends go
-go get ./...
+go get -u github.com/go-sql-driver/mysql
+go get -u github.com/valyala/fasthttp
go run src/hello/hello.go &
go run src/hello/hello.go -prefork &