第十六章 (#846)

Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
Haigang Zhou
2022-05-17 16:36:50 +08:00
committed by GitHub
parent 72f2eccbc5
commit 72bc74ab95
10 changed files with 38 additions and 39 deletions

View File

@@ -16,8 +16,7 @@ if something {
}
```
此类错误也容易在 `for` 循环中出现,尤其当函数返回一个具名变量时难于察觉
,例如以下的代码段:
此类错误也容易在 `for` 循环中出现,尤其当函数返回一个具名变量时难于察觉,例如以下的代码段:
```go
func shadow() (err error) {