golang-notes icon indicating copy to clipboard operation
golang-notes copied to clipboard

Go source code analysis(zh-cn)

Overview

主要是源码分析,可能也会有一些使用上的知识点。

因为用了 stackedit 支持的 mermaid 图表,这些图表在 github 上显示不出来,如果想看完整内容的话,可以在 stackedit.io 上导出为 html。

  1. [x] Bootstrap
  2. [x] Channel
  3. [x] Interface
  4. [x] Select
  5. [x] Slice
  6. [x] Timer
  7. [x] Defer
  8. [x] Sync
  9. [x] Netpoll
  10. [ ] Reflect
  11. [x] Panic
  12. [ ] Goroutine
  13. [x] Scheduler
  14. [ ] GC
  15. [x] Assembly
  16. [x] Map
  17. [x] Syscall
  18. [x] Memory
  19. [x] Semaphore
  20. [x] Memory Barrier
  21. [ ] Lock Free
  22. [x] context
  23. [x] stack dump
  24. [x] Atomic
  25. [ ] Generics
  26. [x] IO
  27. [x] pprof

Authors

cch123

wziww

公众号