diff options
author | Valery Piashchynski <[email protected]> | 2020-10-26 11:50:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-26 11:50:12 +0300 |
commit | 9aae9e2009bad07ebdee73e1c6cf56901d07880a (patch) | |
tree | 0ad9537bd438c63719fb83343ab77fc4ab34eb83 /sync_worker.go | |
parent | db7695463e85faf3fba6a2767b2dfa6ef916785d (diff) |
Fix linters warnings
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 3 |
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" ) |