Sfoglia il codice sorgente

Update 15.1.md (#509)

fix some bug
Sarlor 7 anni fa
parent
commit
9df6283011
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
 		}