Commit dca46057 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net: fix misleading package comment example

Fixes #8607

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/146470043
parent bd72d2c6
......@@ -32,7 +32,6 @@ The Listen function creates servers:
conn, err := ln.Accept()
if err != nil {
// handle error
continue
}
go handleConnection(conn)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment