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 2020/07/30 07:31:42 UTC

[GitHub] [dubbo-go] boylong12 opened a new issue #679: panic: protocol for registry is not existing, make sure you have import the package. solution

boylong12 opened a new issue #679:
URL: https://github.com/apache/dubbo-go/issues/679


   add 
   `
   _ "github.com/apache/dubbo-go/common/proxy/proxy_factory"
   _ "github.com/apache/dubbo-go/filter/filter_impl"
   _ "github.com/apache/dubbo-go/protocol/dubbo"
   _ "github.com/apache/dubbo-go/registry/protocol"
   
   _ "github.com/apache/dubbo-go/cluster/cluster_impl"
   _ "github.com/apache/dubbo-go/cluster/loadbalance"
   _ "github.com/apache/dubbo-go/registry/zookeeper"
   `
   
   refer [example](https://github.com/dubbogo/dubbo-samples/blob/master/golang/general/dubbo/go-client/app/client.go)


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

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


[GitHub] [dubbo-go] zouyx closed issue #679: panic: protocol for registry is not existing, make sure you have import the package. solution

Posted by GitBox <gi...@apache.org>.
zouyx closed issue #679:
URL: https://github.com/apache/dubbo-go/issues/679


   


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

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