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