How to download and setup go-mod-private
Open terminal and run command
git clone https://github.com/firmanmm/go-mod-private.git
git clone is used to create a copy or clone of go-mod-private repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with go-mod-private https://github.com/firmanmm/go-mod-private/archive/master.zip
Or simply clone go-mod-private with SSH
[email protected]:firmanmm/go-mod-private.git