golang学习路线
一、golang基础
- 李文周的博客:https://www.liwenzhou.com/ 视频教程:https://link.juejin.cn/?target=https%3A%2F%2Fwww.bilibili.com%2Fvideo%2FBV16E411H7og%3Fp%3D1
- go语言中文网:https://books.studygolang.com/The-Golang-Standard-Library-by-Example/chapter01/01.1.html
- go web入门:https://learnku.com/docs/build-web-application-with-golang/034-gos-http-package-detailed-solution/3171
- go语言中文网:https://www.topgoer.com/
- Go语言四十二章经: https://books.studygolang.com/go42/content/42_21_goroutine.html
- 峰峰知道文档:http://docs.fengfengzhidao.com/#/ 博客:http://www.fengfengzhidao.com/
- 看云 gin文档:https://www.kancloud.cn/gopher_go/go/967839
- learnku:https://learnku.com/
- 值得阅读的源码小例子:https://geektutu.com/post/geerpc.html
- docker/k8s: https://lailin.xyz/post/operator-04-kustomize-tutorial.html
- gorm: https://www.kancloud.cn/sliver_horn/gorm/1861153
12.极客兔兔:极客兔兔