You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/10/15 03:23:18 UTC

[GitHub] [dubbo-go] fangyincheng edited a comment on issue #257: Is must that the first alpha of the method name in java interface is upper case to compatible with golang?

fangyincheng edited a comment on issue #257:
URL: https://github.com/apache/dubbo-go/issues/257#issuecomment-556056653


   We have supported this feature, you can reference to [https://github.com/apache/dubbo-go-samples/blob/master/general/dubbo/go-client/app/user.go#L125](https://github.com/apache/dubbo-go-samples/blob/master/general/dubbo/go-client/app/user.go#L125).
   ![image](https://user-images.githubusercontent.com/18375310/69251762-de6b9000-0bec-11ea-985c-045bea22a160.png)
   `dubbo:"getUser"`  means calling `GetUser` is equivalent to calling `getUser` in java.
   Welcome to give dubbo-go more suggestions!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org