TOC

Golang 学习资料

  1. 官方文档镜像:https://docs.studygolang.com/
  2. Golang PlayGround: https://play.golang.org/ (自动跳到 https://go.dev/play/)
  3. https://awesome-go.com/
    1. https://github.com/avelino/awesome-go
    2. https://github.com/jobbole/awesome-go-cn 中文版
  4. Go语言爱好者周刊
  5. 开源图书
    1. Go 入门指南
      《The Way to Go》中文版
    2. 高效的 Go 编程
      《Effective Go》中文版
    3. Go语言标准库
      《The Golang Standard Library by Example》中文版
  6. 极客兔兔,七天用Go从零实现系列