summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-28 16:43:18 +0300
committerGitHub <[email protected]>2018-07-28 16:43:18 +0300
commit2119ffaab371c70a355238a62edf40fcec4434f5 (patch)
treee81a812baca12f375b774f077abeb9d5cae691e7 /cmd
parent4c62f2ba213620ef618f5b293b271ed9e29cee25 (diff)
Update main.go
Diffstat (limited to 'cmd')
-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"
)