Tests in services

This commit is contained in:
andronache
2021-02-11 17:08:18 +02:00
committed by Dan Christian Bogos
parent 2d11c20c47
commit f918071ea1

View File

@@ -83,7 +83,6 @@ func (anz *AnalyzerService) Start() (err error) {
}(anz.anz)
anz.server.SetAnalyzer(anz.anz)
anz.rpc = v1.NewAnalyzerSv1(anz.anz)
//separa in propria functie
go anz.start()
return
}