diff options
author | Wolfy-J <[email protected]> | 2018-09-26 23:31:55 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-26 23:31:55 +0300 |
commit | f7864a2d9fbcba3bed45e8fa65b45077b5ee31d1 (patch) | |
tree | 8d2a903d1e9fdb45422a607f3c660abad91ae5a4 /cmd/rr/main.go | |
parent | b0dbc83dd5d1c542cffd240dc9343e841992c3fe (diff) |
minor CS
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r-- | cmd/rr/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index 18e22cdd..4d2a06b4 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -32,7 +32,7 @@ import ( "github.com/spiral/roadrunner/service/rpc" "github.com/spiral/roadrunner/service/static" - // additional command and debug handlers + // additional commands and debug handlers _ "github.com/spiral/roadrunner/cmd/rr/http" ) |