summaryrefslogtreecommitdiff
path: root/cmd/rr/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r--cmd/rr/main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go
index eb621323..01a5aaf3 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -23,6 +23,9 @@
package main
import (
+ // colorful logging
+ "github.com/sirupsen/logrus"
+
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
// services (plugins)
@@ -32,7 +35,6 @@ import (
"github.com/spiral/roadrunner/service/static"
// additional command handlers
- "github.com/sirupsen/logrus"
_ "github.com/spiral/roadrunner/cmd/rr/http"
)