Http health monitor cli app was developed with these technologies
This project is being developed to learn the basics of the Go programming language. It is intended to learn about the Cobra package and other command-line interface (CLI) operations.
Healthy url
Connection refused url
Help command
# clone this repo
$ git clone git@github.com:LucasPereiraMiranda/http-health-monitor-cli.git
# get dependencies in go module
$ go get
# compile main.go as http-health-monitor-cli with
$ go build -o http-health-monitor-cli main.go
# execute cli tool with
$ ./http-health-monitor-cli http://google.com.br