diff options
Diffstat (limited to 'pipe_factory.go')
-rw-r--r-- | pipe_factory.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_factory.go b/pipe_factory.go index 30c34139..3caa58ee 100644 --- a/pipe_factory.go +++ b/pipe_factory.go @@ -1,10 +1,10 @@ package roadrunner import ( + "github.com/pkg/errors" "github.com/spiral/goridge" "io" "os/exec" - "github.com/pkg/errors" ) // PipeFactory connects to workers using standard |