Enrico ComitiandDavid Dollar d42165a186 Fix longest name length (#90)
Hi @ddollar,
thanks for your work on Forego.

Just an aesthetical issue: there is a wrong alignement when the longest name of processes has length 6.

A Procfile:

```
qwerty: echo 'hi'
```

Output with current version:

```
forego  | starting qwerty.1 on port 5000
qwerty.1 | hi
```

Output applying this commit:

```
forego   | starting qwerty.1 on port 5000
qwerty.1 | hi
```
2016-10-09 10:36:27 -04:00
2013-08-29 18:05:19 -04:00
2016-04-13 14:29:46 -07:00
2016-08-28 14:38:40 -04:00
2016-08-28 14:38:40 -04:00
2014-05-22 17:42:48 +01:00
2016-04-13 14:29:46 -07:00
2014-09-18 12:44:54 -04:00
2016-04-13 14:29:46 -07:00
2016-04-13 13:04:45 -07:00
2013-08-27 16:51:24 -04:00
2013-08-27 16:51:24 -04:00
2016-04-13 14:29:46 -07:00
2016-05-30 19:08:00 -04:00
2016-04-13 14:29:46 -07:00
2014-05-21 19:49:13 +01:00
2016-10-09 10:36:27 -04:00
2016-04-13 14:29:46 -07:00
2014-09-18 10:20:55 -07:00
2014-09-18 10:20:55 -07:00
2014-09-18 10:20:55 -07:00
2014-05-22 07:56:00 +01:00

forego

Foreman in Go.

Installation

Downloads

Compile from Source
$ go get -u github.com/ddollar/forego

Usage

$ 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

License

Apache 2.0 © 2015 David Dollar

S
Description
No description provided
Readme
270 KiB
Languages
Go 91.9%
Ruby 3.3%
Shell 3%
Makefile 1.1%
Procfile 0.7%