Go-Internals icon indicating copy to clipboard operation
Go-Internals copied to clipboard

Analyze go source code through diagrams

Go-Internalsimage title

  • 简体中文
  • 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

Learning material

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