gofmt
This commit is contained in:
@@ -47,7 +47,6 @@ type Group struct {
|
||||
Check Check `yaml:"check"`
|
||||
}
|
||||
|
||||
|
||||
func main() {
|
||||
log.Println("Starting")
|
||||
|
||||
@@ -172,7 +171,6 @@ func checkHost(status chan<- int, group string, host string, check Check, waitGr
|
||||
|
||||
func CheckHTTP(host string, check Check) error {
|
||||
|
||||
|
||||
client := &http.Client{
|
||||
Timeout: time.Duration(check.Timeout) * time.Second,
|
||||
}
|
||||
|
Reference in New Issue
Block a user