aboutsummaryrefslogtreecommitdiff
path: root/rpc.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.go')
-rw-r--r--rpc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc.go b/rpc.go
index 9d18d16..1f3c877 100644
--- a/rpc.go
+++ b/rpc.go
@@ -22,7 +22,7 @@ func init() {
rpc.HandleHTTP()
}
-func RegisterRPC(s *Server) error {
+func registerRPC(s *Server) error {
return rpc.Register(&GoXY{s})
}