Skip to content

Instantly share code, notes, and snippets.

// web_check.go
package main
import (
"fmt"
"net/http"
"os"
"time"
)
package main
import (
"fmt"
"net/http"
"os"
"time"
)
const url = "https://golang.org/"
// web_check.go
package main
import (
"fmt"
"net/http"
"time"
)
const url = "https://golang.org/"
@zaz600
zaz600 / web_check_1.go
Last active February 23, 2021 08:32
web_check
// web_check.go
package main
import (
"fmt"
"net/http"
)
const url = "https://golang.org/"