summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/cmd/root.go4
-rw-r--r--cmd/rr/http/reload.go2
-rw-r--r--cmd/rr/http/workers.go4
3 files changed, 5 insertions, 5 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go
index dc5ab487..23498018 100644
--- a/cmd/rr/cmd/root.go
+++ b/cmd/rr/cmd/root.go
@@ -21,13 +21,13 @@
package cmd
import (
+ "fmt"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/spf13/viper"
- "github.com/spiral/roadrunner/service"
"github.com/spiral/roadrunner/cmd/rr/utils"
+ "github.com/spiral/roadrunner/service"
"os"
- "fmt"
)
// Service bus for all the commands.
diff --git a/cmd/rr/http/reload.go b/cmd/rr/http/reload.go
index 17588d00..4bd847c3 100644
--- a/cmd/rr/http/reload.go
+++ b/cmd/rr/http/reload.go
@@ -21,8 +21,8 @@
package http
import (
- "github.com/spf13/cobra"
"fmt"
+ "github.com/spf13/cobra"
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
)
diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go
index 22551384..fb34d0b5 100644
--- a/cmd/rr/http/workers.go
+++ b/cmd/rr/http/workers.go
@@ -21,12 +21,12 @@
package http
import (
+ "github.com/olekukonko/tablewriter"
"github.com/spf13/cobra"
+ rr "github.com/spiral/roadrunner/cmd/rr/cmd"
"github.com/spiral/roadrunner/http"
- "github.com/olekukonko/tablewriter"
"os"
"strconv"
- rr "github.com/spiral/roadrunner/cmd/rr/cmd"
)
func init() {