File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
/*
6
6
Package rpc provides access to the exported methods of an object across a
7
- network or other I/O connection. A server registers an object, making it visible
7
+ network or other I/O connection.
8
+
9
+ The net/rpc package is frozen and is not accepting new features.
10
+
11
+ A server registers an object, making it visible
8
12
as a service with the name of the type of the object. After registration, exported
9
13
methods of the object will be accessible remotely. A server may register multiple
10
14
objects (services) of different types but it is an error to register multiple
121
125
122
126
A server implementation will often provide a simple, type-safe wrapper for the
123
127
client.
124
-
125
- The net/rpc package is frozen and is not accepting new features.
126
128
*/
127
129
package rpc
128
130
You can’t perform that action at this time.
0 commit comments