diff options
author | Valery Piashchynski <[email protected]> | 2020-08-26 22:13:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-08-26 22:13:39 +0300 |
commit | 5eb26a9f7b76d5cfded1d9d8f05b3c78e2730ef8 (patch) | |
tree | fd29e6dd299695496b4432d2069ec60d0e8a6683 /worker.go | |
parent | 6f9849754ca13cc0cc7d8bfaee1ed320f3f5d8b4 (diff) |
PCI DSS compliant update
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |