Golang-CLI-Project To run this CLI make sure you have Golang installed in your system 1) Clone this repository in your local machine. 2) Make sure to run 'go mod init' in the cloned directory. 3) run CLI.go in the same directory using 'go run CLI.go' 4) The CLI has now started: run 'checkconnect google.com' or you can also run 'checkconnect' with an IP address of your own to check connectivity 5) Run 'exit' command when you are done to exit the CLI