Go
【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
How to download and setup Go
Open terminal and run command
git clone https://github.com/xinliangnote/Go.git
git clone is used to create a copy or clone of Go 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 https://github.com/xinliangnote/Go/archive/master.zip
Or simply clone Go with SSH
[email protected]:xinliangnote/Go.git