mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-07 15:52:24 +00:00
修正半角标点符号
This commit is contained in:
@@ -64,4 +64,4 @@ func soleTitle(doc *html.Node) (title string, err error) {
|
||||
|
||||
有些情况下,我们无法恢复。某些致命错误会导致Go在运行时终止程序,如内存不足。
|
||||
|
||||
**练习5.19:** 使用panic和recover编写一个不包含return语句但能返回一个非零值的函数。
|
||||
**练习5.19:** 使用panic和recover编写一个不包含return语句但能返回一个非零值的函数。
|
||||
|
Reference in New Issue
Block a user