summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
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.