net: fix misleading package comment example

Fixes #8607

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/146470043
This commit is contained in:
Brad Fitzpatrick 2014-09-29 12:24:06 -07:00
parent bd72d2c650
commit dca460574f
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ The Listen function creates servers:
conn, err := ln.Accept()
if err != nil {
// handle error
continue
}
go handleConnection(conn)
}