Documentation
¶
Overview ¶
Package checkport is a small tool to check if a port is available or not.
Examples/readme can be found on the GitHub page at https://github.com/ewilan-riviere/checkport
If you want to use it as CLI, you can install it with:
go install github.com/ewilan-riviere/checkport
Then you can use it like this:
checkport 3000
If you use `sudo`, you can have more info about process if port is used:
sudo checkport 3000
Click to show internal directories.
Click to hide internal directories.