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