mylinyuzhi / golang-notes

Go runtime source code analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

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

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

  1. Bootstrap
  2. Channel
  3. Interface
  4. Select
  5. Slice
  6. Timer
  7. Defer
  8. Sync
  9. Netpoll
  10. Reflect
  11. Panic
  12. Goroutine
  13. Scheduler
  14. GC
  15. Assembly
  16. Map
  17. Syscall
  18. Memory

About

Go runtime source code analysis