Skip to content

Commit

Permalink
Merge pull request hantmac#144 from whoisix/patch-1
Browse files Browse the repository at this point in the history
Update 08.6.md
  • Loading branch information
hantmac committed Mar 25, 2020
2 parents 8c93522 + 8eeb66c commit ed9b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eBook/chapter8/08.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
}
```

所以,你需要一直读取输入文件,直接返回错误或者`nil`
所以,你需要一直读取输入文件,直到返回错误或者`nil`

执行`readSize.go`,传入处理的二进制文件,并使用`wc(1)`处理它的输出,来验证程序的正确性。

Expand Down

0 comments on commit ed9b288

Please sign in to comment.