资料

Golang 资料收集

官方网站

官方网站地址为:

https://go.dev/

或者中国的镜像站:

https://golang.google.cn/

内容包括:

  • learn:官方教程,包括文档,教程,案例

  • Docs: 官方文档

  • Packge:包

  • Community:社区

官方教程

https://go.dev/learn/

  • Documentation: 指到官方文档去了,忽略

  • Tour of Go:最基础的 go 知识

  • Go by example:非常基础的一些 golang go相关的示例代码

官方文档

Packge

可以搜索各种 package。

社区