Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faroyam committed Aug 19, 2018
1 parent 5dfcbb5 commit 4638b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func server(wg *sync.WaitGroup, c chan bool) {
}
defer ln.Close()
for {
fmt.Print("\n")
log.Println("Listening...")
conn, err := ln.Accept()
if err != nil {
Expand Down

0 comments on commit 4638b55

Please sign in to comment.