modified: eBook/18.1.md

modified:   eBook/18.10.md
	modified:   eBook/18.11.md
	modified:   eBook/18.2.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 21:47:46 +08:00
parent 706c594a7e
commit 8fdcfd3776
11 changed files with 33 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
# 18.10 其他
如何在程序出错时停止
如何在程序出错时终止程序
```go
if err != nil {
@@ -19,5 +19,5 @@ panic(“ERROR occurred: “ + err.Error())
## 链接
- [目录](directory.md)
- 上一章:[运算符模板和接口](17.4.md)
- 下一节:[字符串](18.1.md)
- 上一章:[网络和网页应用](18.9.md)
- 下一节:[出于性能考虑的最佳实践和建议](18.11.md)