Update ch8-05.md

多了一个`}`号
This commit is contained in:
bsdos 2016-01-28 23:33:30 +08:00
parent 2a06ec3cdd
commit da56255d9a

View File

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