From da56255d9aebd3bca54dbbcf15d5f3c3711249e3 Mon Sep 17 00:00:00 2001 From: bsdos Date: Thu, 28 Jan 2016 23:33:30 +0800 Subject: [PATCH] Update ch8-05.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多了一个`}`号 --- ch8/ch8-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch8/ch8-05.md b/ch8/ch8-05.md index b932bed..03dd9ad 100644 --- a/ch8/ch8-05.md +++ b/ch8/ch8-05.md @@ -85,7 +85,7 @@ func makeThumbnails4(filenames []string) error { go func(f string) { _, err := thumbnail.ImageFile(f) errors <- err - }(f)} + }(f) } for range filenames {