summaryrefslogtreecommitdiff
path: root/cmd/rr/http/workers.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 11:20:03 +0300
committerWolfy-J <[email protected]>2018-06-11 11:20:03 +0300
commit6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (patch)
tree962a39dede696c3e8d9f6cb6f6fdac88c6ef03d5 /cmd/rr/http/workers.go
parent7cc6d00a1c350eb3147ede00802d312d4be94dee (diff)
moving stuff around
Diffstat (limited to 'cmd/rr/http/workers.go')
-rw-r--r--cmd/rr/http/workers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go
index 3868d748..43b78d11 100644
--- a/cmd/rr/http/workers.go
+++ b/cmd/rr/http/workers.go
@@ -31,7 +31,7 @@ import (
"github.com/spiral/roadrunner/http"
rrpc "github.com/spiral/roadrunner/rpc"
"github.com/spiral/roadrunner/service"
- "github.com/spiral/roadrunner/utils"
+ "github.com/spiral/roadrunner/cmd/rr/utils"
"net/rpc"
"os"
"strconv"