diff options
author | Valery Piashchynski <[email protected]> | 2020-11-04 16:38:54 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-04 16:38:54 +0300 |
commit | a3dd9f2a28d91df0e0d1ad229b67297206357c07 (patch) | |
tree | c53893144e9f2228b490ee0f0a66ff875706d36b /static_pool.go | |
parent | 0304f09d7e5fa0c76b86429a654aeb366cec6391 (diff) |
Fix CI issues, add RPC tests to the CI
Diffstat (limited to 'static_pool.go')
-rwxr-xr-x | static_pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go index be7ad6e3..66dac7c3 100755 --- a/static_pool.go +++ b/static_pool.go @@ -5,7 +5,7 @@ import ( "fmt" "os/exec" - "github.com/spiral/roadrunner/v2/errors" + "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" ) |