summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/debug/debugger.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/rr/debug/debugger.go b/cmd/rr/debug/debugger.go
index fdf3c1be..8ec116c2 100644
--- a/cmd/rr/debug/debugger.go
+++ b/cmd/rr/debug/debugger.go
@@ -1,13 +1,13 @@
package debug
import (
+ "fmt"
"github.com/sirupsen/logrus"
"github.com/spiral/roadrunner"
"github.com/spiral/roadrunner/cmd/rr/utils"
rrhttp "github.com/spiral/roadrunner/service/http"
- "strings"
- "fmt"
"net/http"
+ "strings"
)
// Listener creates new debug listener.
@@ -114,4 +114,4 @@ func uri(r *http.Request) string {
}
return fmt.Sprintf("http://%s%s", r.Host, r.URL.String())
-} \ No newline at end of file
+}