diff options
-rw-r--r-- | cmd/rr/main.go | 4 |
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" ) |