Go Language Study Notes - Chapter 12, Chapter 13 Reflection, Low-level Programming System (The Go Programming Language)

I will not take notes for the next two sections, and ordinary Go programmers will not be able to use them for the time being.

Chapter 12 Reflection

focus

  • The Go language provides a mechanism to update variables at runtime and inspect their values, call their methods and the intrinsic operations they support, but the specific types of these variables are not known at compile time. This mechanism is called reflection.

Chapter 13 Low-Level Programming System

おすすめ

転載: blog.csdn.net/rabbit0206/article/details/103758593