correction erreur de build
This commit is contained in:
parent
dbbd7e5944
commit
72fd02704f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue