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