From 2dfef7211905f391bb92fe719bada68023df8d43 Mon Sep 17 00:00:00 2001 From: Xargin Date: Tue, 26 Apr 2016 20:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=91=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch11/ch11-02-1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch11/ch11-02-1.md b/ch11/ch11-02-1.md index f807cf1..3c15237 100644 --- a/ch11/ch11-02-1.md +++ b/ch11/ch11-02-1.md @@ -45,5 +45,4 @@ func TestRandomPalindromes(t *testing.T) { **练习 11.4:** 修改randomPalindrome函数,以探索IsPalindrome是否对标点和空格做了正确处理。 - - +译者注:**拓展阅读**感兴趣的读者可以再了解一下go-fuzz