modified: eBook/18.10.md

modified:   eBook/18.3.md
	modified:   eBook/18.4.md
	modified:   eBook/18.5.md
	modified:   eBook/18.6.md
	modified:   eBook/18.7.md
	modified:   eBook/18.8.md
	modified:   eBook/18.9.md
This commit is contained in:
songleo
2016-01-03 22:25:47 +08:00
parent 84b4cd2a7b
commit 830785f46e
8 changed files with 8 additions and 8 deletions

View File

@@ -19,5 +19,5 @@ panic(“ERROR occurred: “ + err.Error())
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[网络和网页应用](18.9.md) - 上一[网络和网页应用](18.9.md)
- 下一节:[出于性能考虑的最佳实践和建议](18.11.md) - 下一节:[出于性能考虑的最佳实践和建议](18.11.md)

View File

@@ -25,5 +25,5 @@ for key, value := range map1 {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[数组和切片](18.2.md) - 上一[数组和切片](18.2.md)
- 下一节:[结构体](18.4.md) - 下一节:[结构体](18.4.md)

View File

@@ -28,5 +28,5 @@ func Newstruct1(n int, f float32, name string) *struct1 {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[映射](18.3.md) - 上一[映射](18.3.md)
- 下一节:[接口](18.5.md) - 下一节:[接口](18.5.md)

View File

@@ -34,5 +34,5 @@ func classifier(items ...interface{}) {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[结构体](18.4.md) - 上一[结构体](18.4.md)
- 下一节:[函数](18.6.md) - 下一节:[函数](18.6.md)

View File

@@ -19,5 +19,5 @@ func protect(g func()) {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[接口](18.5.md) - 上一[接口](18.5.md)
- 下一节:[文件](18.7.md) - 下一节:[文件](18.7.md)

View File

@@ -48,5 +48,5 @@ func cat(f *file.File) {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[函数](18.6.md) - 上一[函数](18.6.md)
- 下一节:[协程goroutine与通道channel](18.8.md) - 下一节:[协程goroutine与通道channel](18.8.md)

View File

@@ -112,5 +112,5 @@ func Worker(in, out chan *Task) {
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[文件](18.7.md) - 上一[文件](18.7.md)
- 下一节:[网络和网页应用](18.9.md) - 下一节:[网络和网页应用](18.9.md)

View File

@@ -17,5 +17,5 @@ var strTempl = template.Must(template.New(“TName”).Parse(strTemplateHTML))
## 链接 ## 链接
- [目录](directory.md) - [目录](directory.md)
- 上一[协程goroutine与通道channel](18.8.md) - 上一[协程goroutine与通道channel](18.8.md)
- 下一节:[其他](18.10.md) - 下一节:[其他](18.10.md)