1.重温go编程基本功、原理、技巧、设计方式
- https://github.com/teivah/100-go-mistakes
- https://github.com/uber-go/guide
- https://go.dev/doc/effective_go#blank_assign
- https://github.com/bingohuang/effective-go-zh-en/blob/master/14_Concurrency.md
- go语言高级编程:https://github.com/chai2010/advanced-go-programming-book
- https://draveness.me/golang/docs/part2-foundation/ch05-keyword/golang-select/
- go设计模式合集:https://github.com/shgopher/GOFamily/blob/master/go/2/codeSpecification.md
- go语言知识汇总:https://github.com/shockerli/go-awesome
- 酷 壳 – CoolShell(陈皓): https://coolshell.cn/articles/17929.html
- go项目的目录结构组织: https://github.com/golang-standards/project-layout
- learngo:https://github.com/inancgumus/learngo
- LearnGolang:https://github.com/LearnGolang/LearnGolang
-
调度器
- https://developer.volcengine.com/articles/7110972767125635102
- https://github.com/kubernetes/community/blob/fce5c5dd577e636c3ad1c0b215ca78c0f9c6feae/contributors/devel/sig-scheduling/scheduling_code_hierarchy_overview.md
- https://rocdu.gitbook.io/cloud-native-devops/develop/self-develop-scheduler
-
informer
-
Apiserver-Network-Proxy