fmt
This commit is contained in:
parent
020e719e92
commit
2fff555e7f
|
@ -12,6 +12,6 @@ import (
|
|||
func ConnectFunc(network, addr string) func() (net.Conn, error) {
|
||||
return func() (net.Conn, error) {
|
||||
log.Printf("Opening conn for SSH to %s %s", network, addr)
|
||||
return net.DialTimeout(network, addr, 15 * time.Second)
|
||||
return net.DialTimeout(network, addr, 15*time.Second)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue