summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-26 11:50:12 +0300
committerValery Piashchynski <[email protected]>2020-10-26 11:50:12 +0300
commit9aae9e2009bad07ebdee73e1c6cf56901d07880a (patch)
tree0ad9537bd438c63719fb83343ab77fc4ab34eb83 /worker.go
parentdb7695463e85faf3fba6a2767b2dfa6ef916785d (diff)
Fix linters warnings
Diffstat (limited to 'worker.go')
-rwxr-xr-xworker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index 05b5712d..2dda51cc 100755
--- a/worker.go
+++ b/worker.go
@@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
- "github.com/spiral/roadrunner/v2/util"
"os"
"os/exec"
"strconv"
@@ -12,6 +11,8 @@ import (
"sync"
"time"
+ "github.com/spiral/roadrunner/v2/util"
+
"github.com/spiral/goridge/v2"
"go.uber.org/multierr"
)