mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-25 14:28:58 +00:00
Update ch8-05.md
多了一个`}`号
This commit is contained in:
parent
2a06ec3cdd
commit
da56255d9a
@ -85,7 +85,7 @@ func makeThumbnails4(filenames []string) error {
|
||||
go func(f string) {
|
||||
_, err := thumbnail.ImageFile(f)
|
||||
errors <- err
|
||||
}(f)}
|
||||
}(f)
|
||||
}
|
||||
|
||||
for range filenames {
|
||||
|
Loading…
Reference in New Issue
Block a user