summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
committerWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
commit00eaa539e333184bdfb73fe3347bc5358de8a551 (patch)
treee323ff9acd8ee769aedcc26e036664dafa6031d0 /service
parentd1290a636e70d1797261c189285cc6fc6310a0be (diff)
go fmt
Diffstat (limited to 'service')
-rw-r--r--service/bus.go4
-rw-r--r--service/factory.go4
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 {