Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.77 KB

README_CN.md

File metadata and controls

46 lines (28 loc) · 1.77 KB

Go-Internalsimage title

  • English
  • 如果你需要接收更新通知, 点击右上角的 Watch, 当有文章更新时会在 issue 发布相关标题和链接

这个仓库是本人分析 go 源码的时候做的记录/博客

# based on the current master branch which is 1.17
cd go
git reset --hard 891547e2d4bc2a23973e2c9f972ce69b2b48478e

本人是 go 新手, 本人在写下列内容时会尽力保持和 CPython-Internals 还有 Redis-Internals 一致的风格

目录

Debug

Objects

Runtime

学习资料

<<Go语言设计与实现>>