LaurenceLiZhixin commented on a change in pull request #214:
URL: https://github.com/apache/dubbo-go-samples/pull/214#discussion_r699762534



##########
File path: rpc/jsonrpc/go-server/pkg/user_provider.go
##########
@@ -29,7 +45,7 @@ func (u *UserProvider) getUser(userID string) (*User, error) {
        return nil, fmt.Errorf("invalid user id:%s", userID)
 }
 
-func (u *UserProvider) GetUser(ctx context.Context, req []interface{}, rsp 
*User) error {
+func (u *UserProvider) GetUser(ctx context.Context, req []interface{}) (*User, 
error) {

Review comment:
       使用旧版本的例子可以直接删掉了




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