This commit is contained in:
Unknwon
2015-03-06 00:55:06 -05:00
parent 5ec2c25387
commit 8a934e940d
4 changed files with 89 additions and 74 deletions

View File

@@ -81,6 +81,7 @@
- 9.6 [为自定义包使用 godoc](09.6.md)
- 9.7 [使用 go install 安装自定义包](09.7.md)
- 9.8 [自定义包的目录结构、go install 和 go test](09.8.md)
- 9.9 [通过 git 打包和安装](09.9.md)
- 第10章结构struct与方法method
- 第11章接口interface与反射reflection