AlexStocks commented on code in PR #3185:
URL: https://github.com/apache/dubbo-go/pull/3185#discussion_r2768709143
##########
client/client_test.go:
##########
@@ -91,6 +91,30 @@ func TestGenerateInvocation(t *testing.T) {
require.Equal(t, []any{"foo", 1, resp}, inv.ParameterRawValues())
}
+func TestGenerateInvocationWithContextAttachments(t *testing.T) {
+ resp := new(int)
Review Comment:
go 里面很少见到 new(int) 这种代码
--
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]