You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "fangyincheng (GitHub)" <gi...@apache.org> on 2019/09/15 11:08:09 UTC

[GitHub] [dubbo-go] fangyincheng commented on issue #192: Supporting overloading

When there are some overload methods in java server, it may be one in go client. Such as: 
```java
User getUser(int usercode);
User getUser(int usercode, String name);
```
will be

![image](https://user-images.githubusercontent.com/18375310/64920517-2a641800-d7eb-11e9-8bbe-6803a1582137.png)


[ Full content available at: https://github.com/apache/dubbo-go/issues/192 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org