Installation
Clone the repo and run go install
You'll see the binary file in $GOPATH/bin.
To achieve from anywhere in Linux, it must be in /bin folder.
sudo mv $GOPATH/bin/password-generator /bin/password-generator
and run password-generator
from anywhere.
That's all