leno23 opened a new pull request, #3384:
URL: https://github.com/apache/dubbo-go/pull/3384

   ## What changed
   
   - Added README guidance for implementing Java-style overloaded methods in 
dubbo-go.
   - Documented the single Go entrypoint plus `MethodMapper` pattern.
   - Included an argument-count dispatch example for `isForbidsSpeak`.
   
   ## Why
   
   Issue #1780 asks how to handle Java overloaded methods from Go. Maintainer 
discussion points to dispatching by argument count or type instead of relying 
on Go method overloading, which the language does not support. This documents 
that pattern in the repo.
   
   Refs #1780
   
   ## Validation
   
   - `git diff --check`
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to