import "net/http"
import "fmt"
func main() { _, err := http.Head("PING_URL") }