Skip to content

ivan-marquez/go-url-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-url-check

Minimal Golang CLI to check if url(s) are online

Usage

make build # bin/go-url-check
bin/go-url-check --url https://google.com --time 10s # check google.com for 10 seconds

Command flags

--url: specify url to check
--urls: specify comma separated list of urls
--time: check time period (defaults to 60 seconds)

About

Minimal Golang CLI to check url(s) online status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published