diff options
author | Valery Piashchynski <[email protected]> | 2020-11-05 17:58:23 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-05 17:58:23 +0300 |
commit | 9fbe7726dd55cfedda724b7644e1b6bf7c1a6cb4 (patch) | |
tree | f2bf9b97d38103de51e2d140aa76666f9c6341c8 /worker_watcher.go | |
parent | edc45b3e24afdb5e56e74ffbbbd50e0e3b04922b (diff) | |
parent | 73da7300fcc9b8b22faa1c91fc1faff22ab944ff (diff) |
Merge pull request #388 from spiral/enhancement/testsv2.0.0-alpha15
Tests for the new plugins
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-x | worker_watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_watcher.go b/worker_watcher.go index d289750e..36b3e029 100755 --- a/worker_watcher.go +++ b/worker_watcher.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/spiral/roadrunner/v2/errors" + "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" ) |