mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-06 07:32:07 +00:00
Fix error building with pandoc.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 第七章 接口
|
||||
# 第七章 接口
|
||||
|
||||
接口类型是对其它类型行为的抽象和概括;因为接口类型不会和特定的实现细节绑定在一起,通过这种抽象的方式我们可以让我们的函数更加灵活和更具有适应能力。
|
||||
|
||||
|
Reference in New Issue
Block a user