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