This commit is contained in:
Unknwon
2015-03-05 02:48:45 -05:00
parent eab1d98ba8
commit 5ec2c25387
5 changed files with 66 additions and 54 deletions

View File

@@ -79,6 +79,8 @@
- 9.4 [精密计算和 big 包](09.4.md)
- 9.5 [自定义包和可见性](09.5.md)
- 9.6 [为自定义包使用 godoc](09.6.md)
- 9.7 [使用 go install 安装自定义包](09.7.md)
- 9.8 [自定义包的目录结构、go install 和 go test](09.8.md)
- 第10章结构struct与方法method
- 第11章接口interface与反射reflection