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