How to download and setup gomodifytags
Open terminal and run command
git clone https://github.com/fatih/gomodifytags.git
git clone is used to create a copy or clone of gomodifytags 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 gomodifytags https://github.com/fatih/gomodifytags/archive/master.zip
Or simply clone gomodifytags with SSH
[email protected]:fatih/gomodifytags.git