浏览代码

Update 15.1.md (#509)

fix some bug
Sarlor 7 年之前
父节点
当前提交
9df6283011
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      eBook/15.1.md

+ 2 - 2
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
 		}