Files
the-way-to-go_ZH_CN/eBook/11.0.md
2020-11-24 01:46:48 +08:00

10 lines
246 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 11.0 接口interface与反射reflection
本章介绍 Go 语言中接口和反射的相关内容。
## 链接
- [目录](directory.md)
- 上一章:[垃圾回收和 SetFinalizer](10.8.md)
- 下一节:[接口是什么](11.1.md)