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