use goproxy properly, remove files (#1903)

This commit is contained in:
Kevin Wan
2022-05-14 16:00:20 +08:00
committed by GitHub
parent 1e717f9f5c
commit 5d09cd0e7c
5 changed files with 26 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ func (m micro) start() {
goModTidy(projectDir)
sg := service.NewServiceGroup()
sg.Add(serviceImpl{func() {
log.Debug(">> Ready to start an zRPC server...")
log.Debug(">> Ready to start a zRPC server...")
goStart(zRPCWorkDir)
}})
sg.Add(serviceImpl{func() {