summaryrefslogtreecommitdiff
path: root/cmd/rr/http/workers.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr/http/workers.go')
-rw-r--r--cmd/rr/http/workers.go4
1 files changed, 2 insertions, 2 deletions
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() {