package main import "time" const ( dialerTimeout = 5 * time.Second defaultPort = 443 protocol = "tcp" )