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/reset.go | |
parent | 7cc6d00a1c350eb3147ede00802d312d4be94dee (diff) |
moving stuff around
Diffstat (limited to 'cmd/rr/http/reset.go')
-rw-r--r-- | cmd/rr/http/reset.go | 2 |
1 files changed, 1 insertions, 1 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() { |