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