correction erreur de build

This commit is contained in:
Laurent Ulrich 2023-08-20 20:57:07 +02:00
parent dbbd7e5944
commit 72fd02704f
1 changed files with 41 additions and 41 deletions

View File

@ -49,6 +49,7 @@ type Group struct {
}
var verbose int
func main() {
if verbose > 0 {
log.Println("Starting")
@ -122,7 +123,6 @@ func checkGroup(name string, group Group, waitGroup *sync.WaitGroup, stopChannel
}
waitGroup.Done()
return
break
default:
for host, channel := range channels {
select {