diff options
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,14 +2,15 @@ package roadrunner import ( "fmt" - "github.com/pkg/errors" - "github.com/spiral/goridge/v2" "os" "os/exec" "strconv" "strings" "sync" "time" + + "github.com/pkg/errors" + "github.com/spiral/goridge/v2" ) // Worker - supervised process with api over goridge.Relay. |