diff options
author | Wolfy-J <[email protected]> | 2018-07-28 16:43:18 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 16:43:18 +0300 |
commit | 2119ffaab371c70a355238a62edf40fcec4434f5 (patch) | |
tree | e81a812baca12f375b774f077abeb9d5cae691e7 /cmd/rr/main.go | |
parent | 4c62f2ba213620ef618f5b293b271ed9e29cee25 (diff) |
Update main.go
Diffstat (limited to 'cmd/rr/main.go')
-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" ) |