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 }