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

add dependency and trigger ci

parent 6342e7cd
Branches
Tags
No related merge requests found
...@@ -89,7 +89,7 @@ func (s *Server) Start(url *common.URL) { ...@@ -89,7 +89,7 @@ func (s *Server) Start(url *common.URL) {
if len(providerServices) == 0 { if len(providerServices) == 0 {
panic("provider service map is null") panic("provider service map is null")
} }
// wait all exporter ready , then grpc.registerService
waitGrpcExporter(providerServices) waitGrpcExporter(providerServices)
registerService(providerServices, server) registerService(providerServices, server)
......
module github.com/apache/dubbo-go/test/integrate/dubbo/go-client module github.com/apache/dubbo-go/test/integrate/dubbo/go-client
go 1.13 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment