summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-23 19:54:26 -0500
committerWolfy-J <[email protected]>2018-01-23 19:54:26 -0500
commit0459540e771079c56fc6dd9c6df0bc403f6e1401 (patch)
tree09abed809dc7a889ae96f7c79ea14489ced837ac /worker.go
parent9652fde54c333c8dc53aacb03fcca9f3826d1d8e (diff)
travis added
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index aee28c1e..ec743738 100644
--- a/worker.go
+++ b/worker.go
@@ -3,13 +3,13 @@ package roadrunner
import (
"bytes"
"fmt"
+ "github.com/pkg/errors"
"github.com/spiral/goridge"
"os"
"os/exec"
"strconv"
"strings"
"sync"
- "github.com/pkg/errors"
)
// Worker - supervised process with api over goridge.Relay.