Skip to content
Snippets Groups Projects
Commit b0c9321a authored by ztelur's avatar ztelur
Browse files

add dependency and trigger ci

parent 6342e7cd
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ func (s *Server) Start(url *common.URL) {
if len(providerServices) == 0 {
panic("provider service map is null")
}
// wait all exporter ready , then grpc.registerService
waitGrpcExporter(providerServices)
registerService(providerServices, server)
......
module github.com/apache/dubbo-go/test/integrate/dubbo/go-client
go 1.13
require (
github.com/apache/dubbo-go v1.5.5
github.com/apache/dubbo-go-hessian2 v1.9.1
)
replace github.com/apache/dubbo-go => ../../../../../dubbo-go
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment