diff options
author | Wolfy-J <[email protected]> | 2018-06-11 11:20:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 11:20:03 +0300 |
commit | 6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (patch) | |
tree | 962a39dede696c3e8d9f6cb6f6fdac88c6ef03d5 /cmd/rr/http | |
parent | 7cc6d00a1c350eb3147ede00802d312d4be94dee (diff) |
moving stuff around
Diffstat (limited to 'cmd/rr/http')
-rw-r--r-- | cmd/rr/http/reset.go | 2 | ||||
-rw-r--r-- | cmd/rr/http/workers.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rr/http/reset.go b/cmd/rr/http/reset.go index fd27149d..2583f8cd 100644 --- a/cmd/rr/http/reset.go +++ b/cmd/rr/http/reset.go @@ -26,7 +26,7 @@ import ( rr "github.com/spiral/roadrunner/cmd/rr/cmd" "github.com/spiral/roadrunner/rpc" "github.com/spiral/roadrunner/service" - "github.com/spiral/roadrunner/utils" + "github.com/spiral/roadrunner/cmd/rr/utils" ) func init() { 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" |