summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-28 16:43:04 +0300
committerGitHub <[email protected]>2018-07-28 16:43:04 +0300
commit4c62f2ba213620ef618f5b293b271ed9e29cee25 (patch)
treef6cd4998c046ca5dad6f03a56e5a934b9815322a /cmd
parent4ffab541f2d8a4f60b5e9090979280ca6b2d659f (diff)
Update main.go
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go
index b34ae7c3..eb621323 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -26,6 +26,7 @@ import (
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
// services (plugins)
+ "github.com/spiral/roadrunner/service/env"
"github.com/spiral/roadrunner/service/http"
"github.com/spiral/roadrunner/service/rpc"
"github.com/spiral/roadrunner/service/static"
@@ -33,7 +34,6 @@ import (
// additional command handlers
"github.com/sirupsen/logrus"
_ "github.com/spiral/roadrunner/cmd/rr/http"
- "github.com/spiral/roadrunner/service/env"
)
func main() {