Files
the-way-to-go_ZH_CN/eBook/11.0.md
Unknwon c1b14feb5c 11.1
2015-09-08 06:18:41 -04:00

10 lines
256 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 接口Interfaces与反射reflection
本章介绍 Go 语言中接口和反射的相关内容。
## 链接
- [目录](directory.md)
- 上一章:[垃圾回收和SetFinalizer](10.8.md)
- 下一节:[接口是什么](11.1.md)