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 2021/11/24 09:21:53 UTC

[GitHub] [dubbo-go-samples] justxuewei commented on a change in pull request #302: Fix generic default

justxuewei commented on a change in pull request #302:
URL: https://github.com/apache/dubbo-go-samples/pull/302#discussion_r755843686



##########
File path: generic/default/go-client/cmd/client.go
##########
@@ -57,7 +56,7 @@ func main() {
 	//callQueryAll(dubboRefConf)
 
 	// generic invocation samples using hessian serialization on Triple protocol
-	tripleRefConf := newRefConf("org.apache.dubbo.samples.UserProviderTriple", tpconst.TRIPLE)
+	tripleRefConf := newRefConf("org.apache.dubbo.UserProviderTriple", tpconst.TRIPLE)

Review comment:
       Why remove `.sample` from the code? It may cause something conflicts with dubbo-java in some cases, cuz they are using `org.apache.dubbo.xxx` as package name. cc @LaurenceLiZhixin 




-- 
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: notifications-unsubscribe@dubbo.apache.org

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