修改了第二章的目录

interface是method的集合,先介绍method
This commit is contained in:
xiemengjun
2012-08-30 22:51:15 +08:00
parent a3a223ddcf
commit 6bd75c7ae3
6 changed files with 30 additions and 18 deletions

2
2.3.md
View File

@@ -451,7 +451,7 @@ Go程序里面会自动调用init()和main(),所以你不需要在任何地方
## links
* [目录](<preface.md>)
* 上一章: [GO基础](<2.2.md>)
* 下一节: [高级类型](<2.4.md>)
* 下一节: [struct类型](<2.4.md>)
## LastModified
* $Id$