Go-Internals
Go-Internals copied to clipboard
Analyze go source code through diagrams
Go-Internals
- 简体中文
- Watch this repo if you need to be notified when there's update
This repository is my notes/blog for go source code
# based on the current master branch which is 1.17
cd go
git reset --hard 891547e2d4bc2a23973e2c9f972ce69b2b48478e
Table of Contents
- Debug
- Objects
- Runtime
Debug
Objects
Runtime
- [x] goroutine
- [x] gc
- [x] memory management