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

   ### Description
   
   Refs #3248.
   
   This PR addresses the URL API hygiene item around `AddParam`/`SetParam` 
semantics:
   
   - adds `AppendParam` as the explicit API for preserving multiple values for 
a key
   - marks `AddParam` and `AddParamAvoidNil` as deprecated compatibility 
wrappers
   - keeps existing behavior unchanged for current callers
   - adds tests for the new explicit append API and legacy compatibility
   
   ### Validation
   
   - `go test ./common`
   - `make fmt`
   - `git diff --check`
   
   ### Checklist
   
   - [x] Code has passed local testing
   - [x] I have added tests that prove my fix is effective or that my feature 
works
   


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