Merge pull request #241 from bsdos/patch-1

Update ch8-05.md
pull/1/head
chai2010 2016-01-29 00:42:19 +08:00
commit 74529aa755
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func makeThumbnails4(filenames []string) error {
go func(f string) {
_, err := thumbnail.ImageFile(f)
errors <- err
}(f)}
}(f)
}
for range filenames {