summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-08-26 22:13:39 +0300
committerValery Piashchynski <[email protected]>2020-08-26 22:13:39 +0300
commit5eb26a9f7b76d5cfded1d9d8f05b3c78e2730ef8 (patch)
treefd29e6dd299695496b4432d2069ec60d0e8a6683 /worker.go
parent6f9849754ca13cc0cc7d8bfaee1ed320f3f5d8b4 (diff)
PCI DSS compliant update
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/worker.go b/worker.go
index 731af9fd..3740aee8 100644
--- a/worker.go
+++ b/worker.go
@@ -2,14 +2,15 @@ package roadrunner
import (
"fmt"
- "github.com/pkg/errors"
- "github.com/spiral/goridge/v2"
"os"
"os/exec"
"strconv"
"strings"
"sync"
"time"
+
+ "github.com/pkg/errors"
+ "github.com/spiral/goridge/v2"
)
// Worker - supervised process with api over goridge.Relay.