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