Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 490 Bytes

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