summaryrefslogtreecommitdiff
path: root/sync_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 /sync_worker.go
parentdb7695463e85faf3fba6a2767b2dfa6ef916785d (diff)
Fix linters warnings
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-xsync_worker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync_worker.go b/sync_worker.go
index 85aa832e..d7c15e88 100755
--- a/sync_worker.go
+++ b/sync_worker.go
@@ -3,9 +3,10 @@ package roadrunner
import (
"context"
"fmt"
- "github.com/spiral/roadrunner/v2/util"
"time"
+ "github.com/spiral/roadrunner/v2/util"
+
"github.com/pkg/errors"
"github.com/spiral/goridge/v2"
)