go语言学习路线及资料收集

读书

入门

  • 《Go语言圣经》https://books.studygolang.com/gopl-zh/
  • 《Go入门指南(The Way to Go)》

进阶

  • 《GO语言实战》
  • 《Go语言问题集》
  • 《Go语言学习笔记》
  • 《GO语言高级编程》https://chai2010.gitbooks.io/advanced-go-programming-book/content/
特定方面
  • 《Go Web编程》
  • 《Concurrency in Go》
  • 《Go RPC 开发指南》

Go源码

  • 《Go语言设计与实现》
  • 《Go语言原本》https://golang.design/under-the-hood/

手册/文档

  • Go编程语言规范
    • https://hao.studygolang.com/golang_spec.html
    • https://golang.org/ref/spec
  • 《Effective Go》http://docscn.studygolang.com/doc/effective_go.html
  • 《Go语言标准库》
  • Go编程时光:http://golang.iswbm.com/en/latest/
  • 菜鸟教程:https://www.runoob.com/go/go-tutorial.html
  • w3cschool:https://www.w3cschool.cn/go/
  • 腾讯云:https://cloud.tencent.com/developer/doc/1101
  • 易百:https://www.yiibai.com/go/go_start.html

在线练习

  • Go语言之旅:https://tour.go-zh.org/
  • 实验楼:(不清楚是否付费)
    • https://www.lanqiao.cn/courses/11
    • https://www.lanqiao.cn/courses/485

在线测试

https://www.dooccn.com/go/

你可能感兴趣的:(go,go语言)