12.7-12.12

This commit is contained in:
Unknwon
2015-11-18 19:06:39 -05:00
parent 145cb40146
commit 48d5b9db25
10 changed files with 33 additions and 28 deletions

View File

@@ -9,10 +9,9 @@ func data(name string) string {
contents := io.ReadAll(f)
return contents
}
```
在函数 return 后执行了 `f.Close()`
在函数 return 后执行了 `f.Close()`
## 链接