diff options
author | Wolfy-J <[email protected]> | 2018-06-03 13:47:20 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-03 13:47:20 +0300 |
commit | c95bb9a1f60dc7f1087abe5d53ec9d9a866cd0cb (patch) | |
tree | 03551f5decf1b36890816d9119040a6b84d4f378 /cmd/rr/http | |
parent | a891f511f973c102f3a425a0686203fba2117841 (diff) |
minor CS
Diffstat (limited to 'cmd/rr/http')
-rw-r--r-- | cmd/rr/http/register.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/register.go b/cmd/rr/http/register.go index a725f5f2..fb828578 100644 --- a/cmd/rr/http/register.go +++ b/cmd/rr/http/register.go @@ -1,9 +1,9 @@ package http import ( + "github.com/spf13/cobra" rr "github.com/spiral/roadrunner/cmd/rr/cmd" "github.com/spiral/roadrunner/http" - "github.com/spf13/cobra" ) func init() { |