From 9df628301190b4340e9b61d0605b52c73c5f7b07 Mon Sep 17 00:00:00 2001 From: Sarlor Date: Wed, 13 Jun 2018 21:42:12 +0800 Subject: [PATCH] Update 15.1.md (#509) fix some bug --- eBook/15.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/15.1.md b/eBook/15.1.md index d06c495..15e6823 100644 --- a/eBook/15.1.md +++ b/eBook/15.1.md @@ -83,8 +83,8 @@ func main() { fmt.Println("What to send to the server? Type Q to quit.") input, _ := inputReader.ReadString('\n') trimmedInput := strings.Trim(input, "\r\n") - // fmt.Printf("input:--s%--", input) - // fmt.Printf("trimmedInput:--s%--", trimmedInput) + // fmt.Printf("input:--%s--", input) + // fmt.Printf("trimmedInput:--%s--", trimmedInput) if trimmedInput == "Q" { return }