Skip to content

Commit

Permalink
net: fix misleading package comment example
Browse files Browse the repository at this point in the history
Fixes golang#8607

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/146470043
  • Loading branch information
bradfitz authored and wheatman committed Jun 25, 2018
1 parent 72e1bea commit 96a0fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/net.go
Expand Up @@ -32,7 +32,6 @@ The Listen function creates servers:
conn, err := ln.Accept()
if err != nil {
// handle error
continue
}
go handleConnection(conn)
}
Expand Down

0 comments on commit 96a0fb8

Please sign in to comment.