diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/bus.go | 4 | ||||
-rw-r--r-- | service/factory.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/service/bus.go b/service/bus.go index 40e73c31..66a0847c 100644 --- a/service/bus.go +++ b/service/bus.go @@ -1,11 +1,11 @@ package service import ( + "github.com/pkg/errors" "github.com/sirupsen/logrus" + "github.com/spiral/goridge" "net/rpc" "sync" - "github.com/spiral/goridge" - "github.com/pkg/errors" ) const ( diff --git a/service/factory.go b/service/factory.go index dbdebc4f..e4a599e6 100644 --- a/service/factory.go +++ b/service/factory.go @@ -2,10 +2,10 @@ package service import ( "github.com/spiral/roadrunner" - "time" + "net" "os/exec" "strings" - "net" + "time" ) type PoolConfig struct { |