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 /worker.go | |
parent | db7695463e85faf3fba6a2767b2dfa6ef916785d (diff) |
Fix linters warnings
Diffstat (limited to 'worker.go')
-rwxr-xr-x | worker.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" ) |