summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
authorwppd <[email protected]>2019-12-25 10:34:18 +0800
committerwppd <[email protected]>2019-12-25 10:34:18 +0800
commit726e6ef17ce500d402379396367e13ec0508ace5 (patch)
tree18cfd5c9ca24bd72ef1feb151f1ca51f494bee94 /cmd/rr
parent081c3708f242a491ddef9733f95f35e70f50c3e7 (diff)
lint
Diffstat (limited to 'cmd/rr')
-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 f1cf3840..ef393426 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -27,6 +27,7 @@ import (
// services (plugins)
"github.com/spiral/roadrunner/service/env"
+ "github.com/spiral/roadrunner/service/gzip"
"github.com/spiral/roadrunner/service/headers"
"github.com/spiral/roadrunner/service/health"
"github.com/spiral/roadrunner/service/http"
@@ -34,7 +35,6 @@ import (
"github.com/spiral/roadrunner/service/metrics"
"github.com/spiral/roadrunner/service/rpc"
"github.com/spiral/roadrunner/service/static"
- "github.com/spiral/roadrunner/service/gzip"
// additional commands and debug handlers
_ "github.com/spiral/roadrunner/cmd/rr/http"