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