From ebb63dcbb3af4fa2c793d8f0c564bd00b01d2fc3 Mon Sep 17 00:00:00 2001 From: codexc Date: Mon, 5 Mar 2018 16:53:05 +0800 Subject: [PATCH] Update 08.5.md (#424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改代码缩进 --- eBook/08.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/08.5.md b/eBook/08.5.md index 495345a..470fe64 100644 --- a/eBook/08.5.md +++ b/eBook/08.5.md @@ -32,7 +32,7 @@ func main() { i := 0 for k, _ := range barVal { keys[i] = k - i++ + i++ } sort.Strings(keys) fmt.Println()