1 - 介绍
Golang 介绍
golang 官网的介绍:
Build simple, secure, scalable systems with Go:
- An open-source programming language supported by Google
- Easy to learn and great for teams
- Built-in concurrency and a robust standard library
- Large ecosystem of partners, communities, and tools
使用 Go 构建简单、安全、可扩展的系统:
- Google 支持的开源编程语言
- 易于学习,非常适合团队
- 内置并发和强大的标准库
- 由合作伙伴、社区和工具组成的大型生态系统
资料
2 - 资料
Golang 资料收集
官方网站
官方网站地址为:
或者中国的镜像站:
内容包括:
官方教程
-
Documentation: 指到官方文档去了,忽略
-
Tour of Go:最基础的 go 知识
-
Go by example:非常基础的一些 golang go相关的示例代码
官方文档
-
Getting Started:快速入门
-
Using and understanding Go:进阶内容
-
References:参考文档
-
Package Documentation: 指到 Package了
-
Command Documentation:go 命令行文档,包括 go / cgo / cover / fix / fmt / doc / vet
-
Language Specification:官方 go 语言规范
-
Go Modules Reference:go 模块参考文档
-
go.mod file reference: go.mod 文件的参考文档
-
The Go Memory Model:go 内存模型
-
-
Accessing databases:数据库访问
-
Developing modules:开发模块
-
Talks:演讲视频
-
Codewalks
Packge
可以搜索各种 package。