Foreman in Go.
brew install forego
- Linux 386 [amd64](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego
- OS X 386 amd64
- Windows 386 amd64
$ go get -u github.com/ddollar/forego
$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO
$ forego start
web | listening on port 5000
worker | listening to queue FOO