This commit is contained in:
Unknwon
2015-03-03 12:15:28 -05:00
parent 677a08c61d
commit b8c82ba4e5
5 changed files with 82 additions and 65 deletions

View File

@@ -78,6 +78,7 @@
- 9.3 [锁和 sync 包](09.3.md)
- 9.4 [精密计算和 big 包](09.4.md)
- 9.5 [自定义包和可见性](09.5.md)
- 9.6 [为自定义包使用 godoc](09.6.md)
- 第10章结构struct与方法method
- 第11章接口interface与反射reflection