diff options
author | Wolfy-J <[email protected]> | 2018-06-10 13:37:49 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 13:37:49 +0300 |
commit | f633e6dff42cd3fa68e801dd70e3704a47949b55 (patch) | |
tree | aef129af6f91a8dbb5926f36d7875c1a796219f2 /cmd/rr/main.go | |
parent | 28fe20760457a31c21330d2a4ec2fec007e04d2d (diff) |
merge candidates and configured
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 26f70fdd..625e879c 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -32,7 +32,7 @@ import ( func main() { // provides ability to make local connection to services - rr.Services.Register("rpc", new(rpc.Service)) + rr.Container.Register("rpc", new(rpc.Service)) // you can register additional commands using cmd.CLI rr.Execute() |