summaryrefslogtreecommitdiff
path: root/cmd/rr/http
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
committerWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
commit082c329d9dc84453a02693119d954f60a4792b11 (patch)
treea2e2279576c84a157c278869ee84d9f8f42b7c20 /cmd/rr/http
parent5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff)
fmt
Diffstat (limited to 'cmd/rr/http')
-rw-r--r--cmd/rr/http/reset.go4
-rw-r--r--cmd/rr/http/workers.go8
2 files changed, 6 insertions, 6 deletions
diff --git a/cmd/rr/http/reset.go b/cmd/rr/http/reset.go
index 9e3dec3d..431b7e88 100644
--- a/cmd/rr/http/reset.go
+++ b/cmd/rr/http/reset.go
@@ -24,9 +24,9 @@ import (
"errors"
"github.com/spf13/cobra"
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
- "github.com/spiral/roadrunner/service/rpc"
- "github.com/spiral/roadrunner/service"
"github.com/spiral/roadrunner/cmd/rr/utils"
+ "github.com/spiral/roadrunner/service"
+ "github.com/spiral/roadrunner/service/rpc"
)
func init() {
diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go
index a70762af..fd3927e7 100644
--- a/cmd/rr/http/workers.go
+++ b/cmd/rr/http/workers.go
@@ -28,16 +28,16 @@ import (
"github.com/shirou/gopsutil/process"
"github.com/spf13/cobra"
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
+ "github.com/spiral/roadrunner/cmd/rr/utils"
+ "github.com/spiral/roadrunner/service"
"github.com/spiral/roadrunner/service/http"
rrpc "github.com/spiral/roadrunner/service/rpc"
- "github.com/spiral/roadrunner/service"
- "github.com/spiral/roadrunner/cmd/rr/utils"
"net/rpc"
"os"
- "strconv"
- "time"
"os/signal"
+ "strconv"
"syscall"
+ "time"
)
var (