| Index: src/net/rpc/jsonrpc/client.go |
| =================================================================== |
| --- a/src/net/rpc/jsonrpc/client.go |
| +++ b/src/net/rpc/jsonrpc/client.go |
| @@ -114,6 +114,8 @@ |
| } |
| // Dial connects to a JSON-RPC server at the specified network address. |
| +// The address must include a port number, its formatting is further described |
| +// in net.Dial. |
| func Dial(network, address string) (*rpc.Client, error) { |
| conn, err := net.Dial(network, address) |
| if err != nil { |