GoGuide
「Go语言学习指南」一份涵盖大部分 Golang 程序员所需要掌握的核心知识,拥有 Go语言教程、Go开源书籍、Go语言入门教程、Go语言学习路线。零基础学习 Go语言、Go编程,首选 GoGuide。
How to download and setup GoGuide
Open terminal and run command
git clone https://github.com/coderit666/GoGuide.git
git clone is used to create a copy or clone of GoGuide 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 GoGuide https://github.com/coderit666/GoGuide/archive/master.zip
Or simply clone GoGuide with SSH
[email protected]:coderit666/GoGuide.git