setup_prefork.sh 139 B

123456789
  1. #!/bin/bash
  2. fw_depends go
  3. go get github.com/labstack/echo/...
  4. go get github.com/lib/pq
  5. go install standard fasthttp
  6. fasthttp -prefork &