mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-03 22:42:11 +00:00
Fix error building with pandoc.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 第十二章 反射
|
||||
# 第十二章 反射
|
||||
|
||||
Go语言提供了一种机制,能够在运行时更新变量和检查它们的值、调用它们的方法和它们支持的内在操作,而不需要在编译时就知道这些变量的具体类型。这种机制被称为反射。反射也可以让我们将类型本身作为第一类的值类型处理。
|
||||
|
||||
|
Reference in New Issue
Block a user