Skip to content

Commit

Permalink
Update 15.1.md (unknwon#509)
Browse files Browse the repository at this point in the history
fix some bug
  • Loading branch information
Sarlor authored and unknwon committed Jun 13, 2018
1 parent f0d0b22 commit 9df6283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eBook/15.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9df6283

Please sign in to comment.