Golang
Apr 21, 2021
Golang
一门开源编程语言,构建简单、可靠、高效软件。
官网:golang.org
应用框架
Gin
https://github.com/gin-gonic/gin
Web 框架
Gorm
https://github.com/go-gorm/gorm
ORM 库
配置
切换代理
$ export GO111MODULE=on
$ export GOPROXY=https://goproxy.cn
推荐阅读
https://betterprogramming.pub/go-4f365468dbd5
Golang 基础介绍,包括数据类型,结构等。
https://www.practical-go-lessons.com/
Golang 系统介绍