From a3a223ddcfb3970fdb69a2f91a659fa5964625a7 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 30 Aug 2012 18:07:48 +0800 Subject: [PATCH] =?UTF-8?q?interface=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/2.4.md b/2.4.md index bfed2cf3..3b374d20 100644 --- a/2.4.md +++ b/2.4.md @@ -197,7 +197,10 @@ Go里面很简单的解决了这个问题,最外层的优先访问,也就是 } ##interface - +###什么是interface +###interface类型 +###interface值 +###interface函数参数 ## links