luky116 commented on a change in pull request #302:
URL: https://github.com/apache/dubbo-go-samples/pull/302#discussion_r755887036
##########
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:
the class's path in go and java is different, I will add sample word.
--
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]